unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdBindPipeline.txt

10 lines
365 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdBindPipeline,vkCmdBindPipeline]]
[source,c++]
----
void vkCmdBindPipeline(
VkCommandBuffer commandBuffer,
VkPipelineBindPoint pipelineBindPoint,
VkPipeline pipeline);
----