misc: Rename depthClip to depthClamp
Implementations will need to invert their behavior.
commit: 60a6646e24e58b1e2c44ea8eeb1017fc133593a1
diff --git a/demos/cube.c b/demos/cube.c
index 5756ac4..335f11c 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -1524,7 +1524,7 @@
rs.fillMode = VK_FILL_MODE_SOLID;
rs.cullMode = VK_CULL_MODE_BACK;
rs.frontFace = VK_FRONT_FACE_CCW;
- rs.depthClipEnable = VK_TRUE;
+ rs.depthClampEnable = VK_FALSE;
rs.rasterizerDiscardEnable = VK_FALSE;
rs.depthBiasEnable = VK_FALSE;