• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdSetDepthBias,vkCmdSetDepthBias]]
3[source,c++]
4----
5void vkCmdSetDepthBias(
6    VkCommandBuffer                             commandBuffer,
7    float                                       depthBiasConstantFactor,
8    float                                       depthBiasClamp,
9    float                                       depthBiasSlopeFactor);
10----
11