summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-12-02 17:07:37 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-12-02 17:07:37 -0800
commit5991873845144f780978ce120a3b958704bb6449 (patch)
tree9f6103d4f53fadf593e7458279ca8111162c21af /include
parent83e86e596f51a1ff0c35ce3311a72b84df9820fd (diff)
vk/0.210.1: Remove depth clip and add depth clamp
Diffstat (limited to 'include')
-rw-r--r--include/qonos/qonos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qonos/qonos.h b/include/qonos/qonos.h
index 652748b..f18a497 100644
--- a/include/qonos/qonos.h
+++ b/include/qonos/qonos.h
@@ -153,7 +153,7 @@ typedef struct QoShaderModuleCreateInfo_ {
#define QO_PIPELINE_RASTERIZATION_STATE_CREATE_INFO_DEFAULTS \
.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO, \
- .depthClipEnable = false, \
+ .depthClampEnable = false, \
.rasterizerDiscardEnable = false, \
.polygonMode = VK_POLYGON_MODE_FILL, \
.cullMode = VK_CULL_MODE_NONE, \