Sign in
dawn
/
tint
/
refs/heads/chromium/4605
/
.
/
test
/
expressions
/
splat
/
with_swizzle
/
f32.wgsl.expected.msl
blob: 64e4f8c447986d78a1e1c3842ce9979540eff269 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float
a
=
float2
(
1.0f
).
y
;
float
b
=
float3
(
1.0f
).
z
;
float
c
=
float4
(
1.0f
).
w
;
}