mirror of
https://github.com/RPCS3/glslang.git
synced 2026-01-31 01:25:22 +01:00
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);
|
|
} |