Sign in
dawn
/
tint
/
01e4b6fc18c26c52f3da0799bca87a08444dca65
/
.
/
test
/
expressions
/
splat
/
with_swizzle
/
f32.wgsl.expected.msl
blob: 2f9ac2a2d46244b97111fa71a9d86335ed31b107 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float
a
=
float2
(
1.0f
)[
1
];
float
b
=
float3
(
1.0f
)[
2
];
float
c
=
float4
(
1.0f
)[
3
];
}