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

10 lines
374 B
Plaintext
Raw Normal View History

// 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);
----