VkCmdPushConstants typedef

VkCmdPushConstants = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkPipelineLayout> layout, int stageFlags, int offset, int size, Pointer<NativeType> pValues)

Implementation

typedef VkCmdPushConstants = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkPipelineLayout> layout,
    int stageFlags,
    int offset,
    int size,
    Pointer pValues);