• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdBindPipeline,vkCmdBindPipeline]]
3[source,c++]
4----
5void vkCmdBindPipeline(
6    VkCommandBuffer                             commandBuffer,
7    VkPipelineBindPoint                         pipelineBindPoint,
8    VkPipeline                                  pipeline);
9----
10