Sign in
dawn
/
dawn
/
e856861fedf14ff9a480171e7ac69c78d11ae9ab
/
.
/
test
/
tint
/
expressions
/
splat
/
var
/
f16.wgsl.expected.msl
blob: dbb362ecf1e311861db4ee651fce4e650eb48dc1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half v
=
3.0h
;
half2 v2
=
half2
(
v
);
half3 v3
=
half3
(
v
);
half4 v4
=
half4
(
v
);
}