10 lines
147 B
HLSL
10 lines
147 B
HLSL
|
void fwidthFine_523fdc() {
|
||
|
float3 arg_0 = (0.0f).xxx;
|
||
|
float3 res = fwidth(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
fwidthFine_523fdc();
|
||
|
return;
|
||
|
}
|