10 lines
124 B
HLSL
10 lines
124 B
HLSL
|
void dpdy_7f8d84() {
|
||
|
float arg_0 = 1.0f;
|
||
|
float res = ddy(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdy_7f8d84();
|
||
|
return;
|
||
|
}
|