VkCmdBindPipelineNative typedef

VkCmdBindPipelineNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Int32 pipelineBindPoint, Pointer<VkPipeline> pipeline)

Implementation

typedef VkCmdBindPipelineNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Int32 pipelineBindPoint,
    Pointer<VkPipeline> pipeline);