Sign in
dawn
/
dawn
/
6d992a990d4e33f4ee315080d27ccff87bfc03e3
/
.
/
test
/
tint
/
expressions
/
splat
/
with_swizzle
/
f16.wgsl.expected.ir.msl
blob: f4c8c9d9d93d7ff48e338d573d4bd08b8f5b3534 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half a
=
1.0h
;
half b
=
1.0h
;
half c
=
1.0h
;
}