Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
7792fa.wgsl.expected.ir.dxc.hlsl
blob: b34e7cddaefb1fc0f6f5788f216aa0dbecc657fc [
file
] [
log
] [
blame
]
RWTexture3D
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_7792fa
()
{
arg_0
[(
1u
).
xxx
]
=
(
int
(
1
)).
xxxx
;
}
void
fragment_main
()
{
textureStore_7792fa
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_7792fa
();
}