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