10 lines
152 B
HLSL
10 lines
152 B
HLSL
|
void dpdxCoarse_c28641() {
|
||
|
float4 arg_0 = (0.0f).xxxx;
|
||
|
float4 res = ddx_coarse(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdxCoarse_c28641();
|
||
|
return;
|
||
|
}
|