10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
// 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);
|
|
----
|