Sign in
dawn
/
dawn
/
refs/heads/chromium/6217
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
i32.wgsl.expected.dxc.hlsl
blob: a85842699a56f3feaddc4c903ec01338fb6354a3 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
123
;
const
int
u
=
(
i
+
1
);
return
;
}