Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
dpdxCoarse
/
c28641.wgsl.expected.hlsl
blob: 8ad91d2d29a346fba1ec9b4632c2935da0d59294 [
file
] [
log
] [
blame
]
void
dpdxCoarse_c28641
()
{
float4 res
=
ddx_coarse
(
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
fragment_main
()
{
dpdxCoarse_c28641
();
return
;
}