blob: 5659228fdb7ce9e2b928a3fc060ae8d73f5fb3f3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdSetDepthBounds,vkCmdSetDepthBounds]]
[source,c++]
----
void vkCmdSetDepthBounds(
VkCommandBuffer commandBuffer,
float minDepthBounds,
float maxDepthBounds);
----