7 lines
123 B
HLSL
7 lines
123 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void unused_entry_point() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
static const float2x2 m = float2x2(0.0f, 1.0f, 2.0f, 3.0f);
|