summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2021-01-26 07:15:53 +0000
committerazhirnov <zh1dron@gmail.com>2021-01-26 07:15:53 +0000
commit51f876af24d24e923a08af00a69e9f5d9ec6bcfe (patch)
treeacc2411776b145326d788de99e2ff135e4e604ab /Graphics/GraphicsEngine
parentremove assigned samplers from SPIRV resources (diff)
downloadDiligentCore-51f876af24d24e923a08af00a69e9f5d9ec6bcfe.tar.gz
DiligentCore-51f876af24d24e923a08af00a69e9f5d9ec6bcfe.zip
allow to combine graphics PRS with mesh pipeline
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Shader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Shader.h b/Graphics/GraphicsEngine/interface/Shader.h
index 28207960..063b6777 100644
--- a/Graphics/GraphicsEngine/interface/Shader.h
+++ b/Graphics/GraphicsEngine/interface/Shader.h
@@ -71,7 +71,8 @@ DILIGENT_TYPED_ENUM(SHADER_TYPE, Uint32)
/// All mesh shading pipeline stages
SHADER_TYPE_ALL_MESH = SHADER_TYPE_AMPLIFICATION |
- SHADER_TYPE_MESH,
+ SHADER_TYPE_MESH |
+ SHADER_TYPE_PIXEL,
/// All ray-tracing pipeline shader stages
SHADER_TYPE_ALL_RAY_TRACING = SHADER_TYPE_RAY_GEN |