mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
f52b63812a
It was missing when there were no semantics.
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
AppendStructuredBuffer<float4> Buf : register(u0);
|
|
|
|
[numthreads(1, 1, 1)]
|
|
void main()
|
|
{
|
|
Buf.Append(1.0f.xxxx);
|
|
} |