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