Sign in
dawn
/
dawn
/
f5abb823f98d0ab55b31b63453d46188b7f9e5a3
/
.
/
test
/
tint
/
builtins
/
modf
/
scalar
/
const_members.wgsl.expected.fxc.hlsl
blob: b4c002c7c4499fff4ebcf8504a67228bc47086e4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float
fract
=
0.25f
;
float
whole
=
1.0f
;
return
;
}