diff options
Diffstat (limited to 'tests/bugs/glsl-static-const-array.slang')
| -rw-r--r-- | tests/bugs/glsl-static-const-array.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glsl-static-const-array.slang b/tests/bugs/glsl-static-const-array.slang index fb573c690..f4e953259 100644 --- a/tests/bugs/glsl-static-const-array.slang +++ b/tests/bugs/glsl-static-const-array.slang @@ -7,7 +7,7 @@ static const int gData[4] = 0xA, 0xB, 0xC, 0xD, }; -//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out +//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out RWStructuredBuffer<int> gBuffer; [numthreads(4,1,1)] |
