10 lines
133 B
HLSL
10 lines
133 B
HLSL
|
void dpdy_699a05() {
|
||
|
float4 arg_0 = (0.0f).xxxx;
|
||
|
float4 res = ddy(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdy_699a05();
|
||
|
return;
|
||
|
}
|