7 lines
95 B
HLSL
7 lines
95 B
HLSL
|
RWByteAddressBuffer s : register(u0, space0);
|
||
|
|
||
|
[numthreads(1, 1, 1)]
|
||
|
void main() {
|
||
|
return;
|
||
|
}
|