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