• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AppendStructuredBuffer<float4> Buf : register(u0);
2
3[numthreads(1, 1, 1)]
4void main()
5{
6	Buf.Append(1.0f.xxxx);
7}