summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
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 |