10 lines
143 B
HLSL
10 lines
143 B
HLSL
|
void fwidthCoarse_159c8a() {
|
||
|
float arg_0 = 1.0f;
|
||
|
float res = fwidth(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthCoarse_159c8a();
|
||
|
return;
|
||
|
}
|