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