Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
modf
/
scalar
/
const_members.wgsl.expected.ir.msl
blob: b934c8e6e1f13532fb8b201e9ba7bb11e4493dc0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float
const
fract
=
0.25f
;
float
const
whole
=
1.0f
;
}