We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbb566 commit 6252996Copy full SHA for 6252996
Graphics/GraphicsEngine/interface/Constants.h
@@ -62,6 +62,9 @@ DILIGENT_BEGIN_NAMESPACE(Diligent)
62
/// Bit shift for the the shading X-axis rate.
63
#define DILIGENT_SHADING_RATE_X_SHIFT 2
64
65
+/// Ineline constants data storage (max size is typically 128-256 bytes, use 256 for safety)
66
+#define DILIGENT_MAX_INLINE_CONSTANTS_SIZE 256
67
+
68
static DILIGENT_CONSTEXPR Uint32 MAX_BUFFER_SLOTS = DILIGENT_MAX_BUFFER_SLOTS;
69
static DILIGENT_CONSTEXPR Uint32 MAX_RENDER_TARGETS = DILIGENT_MAX_RENDER_TARGETS;
70
static DILIGENT_CONSTEXPR Uint32 MAX_VIEWPORTS = DILIGENT_MAX_VIEWPORTS;
0 commit comments