Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec4f16-vec4f16.wgsl.expected.ir.dxc.hlsl
blob: 3bcdccc163927ca79ce85d4964b780970e30a008 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
vector
<
float16_t
,
4
>
b
=
vector
<
float16_t
,
4
>(
float16_t
(
1.0h
),
float16_t
(
2.0h
),
float16_t
(
3.0h
),
float16_t
(-
4.0h
));
}