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