10 lines
137 B
HLSL
10 lines
137 B
HLSL
|
void dpdxFine_f401a2() {
|
||
|
float arg_0 = 1.0f;
|
||
|
float res = ddx_fine(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdxFine_f401a2();
|
||
|
return;
|
||
|
}
|