summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/interface/Constants.h b/Graphics/GraphicsEngine/interface/Constants.h
index 99adf33b..a19d2e6e 100644
--- a/Graphics/GraphicsEngine/interface/Constants.h
+++ b/Graphics/GraphicsEngine/interface/Constants.h
@@ -39,4 +39,7 @@ namespace Diligent
/// Maximum number of viewports.
static constexpr Uint32 MaxViewports = 16;
+
+ /// Maximum number of shader stages in a pipeline.
+ static constexpr Uint32 MaxShadersInPipeline = 5;
}