9 lines
141 B
HLSL
9 lines
141 B
HLSL
|
void fwidthCoarse_1e59d9() {
|
||
|
float3 res = fwidth(float3(0.0f, 0.0f, 0.0f));
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthCoarse_1e59d9();
|
||
|
return;
|
||
|
}
|