VkCmdPushDescriptorSetKHR typedef

VkCmdPushDescriptorSetKHR = void Function(Pointer<VkCommandBuffer> commandBuffer, int pipelineBindPoint, Pointer<VkPipelineLayout> layout, int set, int descriptorWriteCount, Pointer<VkWriteDescriptorSet> pDescriptorWrites)

Implementation

typedef VkCmdPushDescriptorSetKHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int pipelineBindPoint,
    Pointer<VkPipelineLayout> layout,
    int set,
    int descriptorWriteCount,
    Pointer<VkWriteDescriptorSet> pDescriptorWrites);