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