10 lines
136 B
HLSL
10 lines
136 B
HLSL
|
void dpdxCoarse_9581cf() {
|
||
|
float2 res = ddx_coarse(float2(0.0f, 0.0f));
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdxCoarse_9581cf();
|
||
|
return;
|
||
|
}
|
||
|
|