Skip to content

Commit a75045d

Browse files
committed
fix formatting
1 parent 81f0a64 commit a75045d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Graphics/GraphicsEngineOpenGL/include/PipelineResourceSignatureGLImpl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ struct ImmutableSamplerAttribsGL
6969
/// using a shared dynamic UBO that is updated before each draw/dispatch.
7070
struct InlineConstantBufferAttribsGL
7171
{
72-
Uint32 CacheOffset = 0; // UBO cache slot offset for this resource
73-
Uint32 NumConstants = 0; // Number of 32-bit constants (from ResDesc.ArraySize)
72+
Uint32 CacheOffset = 0; // UBO cache slot offset for this resource
73+
Uint32 NumConstants = 0; // Number of 32-bit constants (from ResDesc.ArraySize)
7474

7575
// Shared dynamic UBO created in the Signature.
7676
// All SRBs reference this same buffer to reduce memory usage.

0 commit comments

Comments
 (0)