6 lines
74 B
HLSL
6 lines
74 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void main() {
|
||
|
lerp(1.0f, 1.0f, 1.0f);
|
||
|
return;
|
||
|
}
|