10 lines
148 B
HLSL
10 lines
148 B
HLSL
|
void fwidthFine_68f4ef() {
|
||
|
float4 arg_0 = (0.0f).xxxx;
|
||
|
float4 res = fwidth(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_68f4ef();
|
||
|
return;
|
||
|
}
|