Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
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
);
}