Sign in
dawn
/
dawn
/
62d9848ecc4e59ebc32d2b4555a32f250419cbd0
/
.
/
test
/
tint
/
builtins
/
modf
/
vector
/
const_members.wgsl.expected.msl
blob: 025a6f310b1e5adbeffa61a9670d49ea9ae0b061 [
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
);
return
;
}