aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
Diffstat (limited to 'vulkan.py')
-rwxr-xr-xvulkan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vulkan.py b/vulkan.py
index c0d18c7f..c75f2345 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -724,9 +724,9 @@ core = Extension(
Proto("void", "CmdSetDepthBias",
[Param("VkCmdBuffer", "cmdBuffer"),
- Param("float", "depthBias"),
+ Param("float", "depthBiasConstantFactor"),
Param("float", "depthBiasClamp"),
- Param("float", "slopeScaledDepthBias")]),
+ Param("float", "depthBiasSlopeFactor")]),
Proto("void", "CmdSetBlendConstants",
[Param("VkCmdBuffer", "cmdBuffer"),