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