Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_private.wgsl.expected.ir.dxc.hlsl
blob: 882312ed4c6d5698441d164c2d5329883a4c9c04 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
p
=
i
;
int
u
=
(
p
+
1
);
}
DXC validation failure
:
hlsl
.
hlsl
:
3
:
11
:
error
:
use
of undeclared identifier
'i'
int
p
=
i
;
^