Merge pull request #2891 from dneto0/hlsl-namespace
[platform/upstream/glslang.git] / Test / hlsl.noSemantic.functionality1.comp
1 AppendStructuredBuffer<float4> Buf : register(u0);\r
2 \r
3 [numthreads(1, 1, 1)]\r
4 void main()\r
5 {\r
6         Buf.Append(1.0f.xxxx);\r
7 }