We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f0a64 commit a75045dCopy full SHA for a75045d
1 file changed
Graphics/GraphicsEngineOpenGL/include/PipelineResourceSignatureGLImpl.hpp
@@ -69,8 +69,8 @@ struct ImmutableSamplerAttribsGL
69
/// using a shared dynamic UBO that is updated before each draw/dispatch.
70
struct InlineConstantBufferAttribsGL
71
{
72
- Uint32 CacheOffset = 0; // UBO cache slot offset for this resource
73
- Uint32 NumConstants = 0; // Number of 32-bit constants (from ResDesc.ArraySize)
+ Uint32 CacheOffset = 0; // UBO cache slot offset for this resource
+ Uint32 NumConstants = 0; // Number of 32-bit constants (from ResDesc.ArraySize)
74
75
// Shared dynamic UBO created in the Signature.
76
// All SRBs reference this same buffer to reduce memory usage.
0 commit comments