9 lines
120 B
HLSL
9 lines
120 B
HLSL
|
void fwidthCoarse_159c8a() {
|
||
|
float res = fwidth(1.0f);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthCoarse_159c8a();
|
||
|
return;
|
||
|
}
|