12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
RWByteAddressBuffer ssbo0 : register(u0);
|
|
|
|
void comp_main()
|
|
{
|
|
}
|
|
|
|
[numthreads(1, 1, 1)]
|
|
void main()
|
|
{
|
|
comp_main();
|
|
}
|