10 lines
150 B
HLSL
10 lines
150 B
HLSL
|
void dpdyCoarse_3e1ab4() {
|
||
|
float2 arg_0 = (0.0f).xx;
|
||
|
float2 res = ddy_coarse(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdyCoarse_3e1ab4();
|
||
|
return;
|
||
|
}
|