Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/vkd3d_shader.h')
-rw-r--r--include/vkd3d_shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vkd3d_shader.h b/include/vkd3d_shader.h
index ca5b9476..dfcf0c95 100644
--- a/include/vkd3d_shader.h
+++ b/include/vkd3d_shader.h
@@ -46,6 +46,8 @@ enum vkd3d_shader_visibility
VKD3D_SHADER_VISIBILITY_DOMAIN = 3,
VKD3D_SHADER_VISIBILITY_GEOMETRY = 4,
VKD3D_SHADER_VISIBILITY_PIXEL = 5,
+ VKD3D_SHADER_VISIBILITY_AMPLIFICATION = 6,
+ VKD3D_SHADER_VISIBILITY_MESH = 7,
VKD3D_SHADER_VISIBILITY_COMPUTE = 1000000000,