11 lines
447 B
Plaintext
11 lines
447 B
Plaintext
// 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);
|
|
----
|