1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdSetDepthBounds,vkCmdSetDepthBounds]]
3[source,c++]
4----
5void vkCmdSetDepthBounds(
6 VkCommandBuffer commandBuffer,
7 float minDepthBounds,
8 float maxDepthBounds);
9----
10