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