TrippyGL icon indicating copy to clipboard operation
TrippyGL copied to clipboard

Fix uniform names on struct arrays

Open ThomasMiz opened this issue 1 year ago • 0 comments

The name of the uniforms isn't properly cut.

This is because of the code at the constructor of ShaderUniform: https://github.com/SilkCommunity/TrippyGL/blob/2ef708c7861ef73ff9c05b7d50afa3deb330eb86/TrippyGL/ShaderUniform.cs#L49-L60

From the relevant discord conversation: image

ThomasMiz avatar Oct 01 '23 22:10 ThomasMiz