Sign in
dawn
/
dawn
/
4f97c0ec054b0ab7c72868f3f43d351cd85874d4
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
16bit
/
f16-f16.wgsl.expected.fxc.hlsl
blob: 55fe4a82c09ac4340a5a971fb6f985d42ef70c32 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
float16_t
b
=
float16_t
(
1.0h
);
return
;
}
FXC validation failure
:
<scrubbed_path>
(
3
,
3
-
11
):
error X3000
:
unrecognized identifier
'float16_t'
<scrubbed_path>
(
3
,
13
):
error X3000
:
unrecognized identifier
'b'