Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
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
;
}