bgfx/3rdparty/glslang/Test/hlsl.noSemantic.functionality1.comp

7 lines
119 B
Plaintext
Raw Normal View History

2018-04-07 19:50:59 +03:00
AppendStructuredBuffer<float4> Buf : register(u0);
[numthreads(1, 1, 1)]
void main()
{
Buf.Append(1.0f.xxxx);
}