10 lines
146 B
HLSL
10 lines
146 B
HLSL
|
void fwidthFine_ff6aa0() {
|
||
|
float2 arg_0 = (0.0f).xx;
|
||
|
float2 res = fwidth(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_ff6aa0();
|
||
|
return;
|
||
|
}
|