Sign in
dawn
/
dawn
/
c574151e7293f5ab2961162d7b134d70990e3bd6
/
.
/
test
/
tint
/
expressions
/
splat
/
with_swizzle
/
f32.wgsl.expected.msl
blob: d7d4949b475b20a9d9b74f91d0dea40ba9ec2b24 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float
a
=
1.0f
;
float
b
=
1.0f
;
float
c
=
1.0f
;
}