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

11 lines
447 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdSetDepthBias,vkCmdSetDepthBias]]
[source,c++]
----
void vkCmdSetDepthBias(
VkCommandBuffer commandBuffer,
float depthBiasConstantFactor,
float depthBiasClamp,
float depthBiasSlopeFactor);
----