GLSL: Check for implicit inner dimension in array of atomic_uint.
This commit is contained in:
parent
9cfc15513f
commit
437911af33
4 changed files with 25 additions and 1 deletions
2
Test/implicitInnerAtomicUint.frag
Normal file
2
Test/implicitInnerAtomicUint.frag
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#version 460
|
||||
layout(binding = 0) uniform atomic_uint c[1][];
|
||||
Loading…
Add table
Add a link
Reference in a new issue