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