Sign in
dawn
/
dawn
/
9599d0a678f4b31b2e31540a3166fe7fb4e00953
/
.
/
test
/
tint
/
builtins
/
modf
/
vector
/
const_members.wgsl.expected.ir.msl
blob: 05122a95e30f4de7f21d82d1aa70a32b8476d300 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float2
const
fract
=
float2
(
0.25f
,
0.75f
);
float2
const
whole
=
float2
(
1.0f
,
3.0f
);
}