VkCmdBindPipeline typedef

VkCmdBindPipeline = void Function(Pointer<VkCommandBuffer> commandBuffer, int pipelineBindPoint, Pointer<VkPipeline> pipeline)

Implementation

typedef VkCmdBindPipeline = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int pipelineBindPoint,
    Pointer<VkPipeline> pipeline);