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