xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/hlsl.noSemantic.functionality1.comp (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1AppendStructuredBuffer<float4> Buf : register(u0);
2
3[numthreads(1, 1, 1)]
4void main()
5{
6	Buf.Append(1.0f.xxxx);
7}