summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Shader.h b/Graphics/GraphicsEngine/interface/Shader.h
index f3d9b198..69835410 100644
--- a/Graphics/GraphicsEngine/interface/Shader.h
+++ b/Graphics/GraphicsEngine/interface/Shader.h
@@ -54,7 +54,7 @@ DILIGENT_TYPED_ENUM(SHADER_TYPE, Uint32)
SHADER_TYPE_COMPUTE = 0x020, ///< Compute shader
SHADER_TYPE_AMPLIFICATION = 0x040, ///< Amplification (task) shader
SHADER_TYPE_MESH = 0x080, ///< Mesh shader
- SHADER_TYPE_LAST
+ SHADER_TYPE_LAST = SHADER_TYPE_MESH
};
DEFINE_FLAG_ENUM_OPERATORS(SHADER_TYPE);