VkCmdBindPipelineShaderGroupNVNative typedef

VkCmdBindPipelineShaderGroupNVNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Int32 pipelineBindPoint, Pointer<VkPipeline> pipeline, Uint32 groupIndex)

Implementation

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