Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
cd6755.wgsl.expected.ir.dxc.hlsl
blob: 152fdd8193dfed571183fc6e7d7ebf1b6ccbf93c [
file
] [
log
] [
blame
]
RWTexture3D
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_cd6755
()
{
arg_0
[(
1u
).
xxx
]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_cd6755
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_cd6755
();
}