blob: 5c3d9e8863b47ab9a543762c49aa550fecce255c [file] [log] [blame]
// 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);
----