10 lines
121 B
HLSL
10 lines
121 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void unused_entry_point() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
ByteAddressBuffer G : register(t0, space0);
|
||
|
|
||
|
void n() {
|
||
|
}
|