Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.ir.dxc.hlsl
blob: 28e64a45d2edd6d7c59015cff977f0a5d87c9ead [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
I
=
123
;
I
=
123
;
}
DXC validation failure
:
hlsl
.
hlsl
:
3
:
3
:
error
:
use
of undeclared identifier
'I'
I
=
123
;
^
hlsl
.
hlsl
:
4
:
3
:
error
:
use
of undeclared identifier
'I'
I
=
123
;
^