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