VkCmdPushConstantsNative typedef

VkCmdPushConstantsNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkPipelineLayout> layout, Uint32 stageFlags, Uint32 offset, Uint32 size, Pointer<NativeType> pValues)

Implementation

typedef VkCmdPushConstantsNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkPipelineLayout> layout,
    Uint32 stageFlags,
    Uint32 offset,
    Uint32 size,
    Pointer pValues);