10 lines
151 B
HLSL
10 lines
151 B
HLSL
|
void dpdxCoarse_f64d7b() {
|
||
|
float3 arg_0 = (0.0f).xxx;
|
||
|
float3 res = ddx_coarse(arg_0);
|
||
|
}
|
||
|
|
||
|
void fragment_main() {
|
||
|
dpdxCoarse_f64d7b();
|
||
|
return;
|
||
|
}
|