Files
filament/third_party/glslang/Test/hlsl.noSemantic.functionality1.comp
2018-08-03 10:38:22 -07:00

7 lines
119 B
Plaintext

AppendStructuredBuffer<float4> Buf : register(u0);
[numthreads(1, 1, 1)]
void main()
{
Buf.Append(1.0f.xxxx);
}