Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
5bc4f3.wgsl.expected.ir.fxc.hlsl
blob: c9a8654bd799bac4ec2cb23021a41f16d5b5070d [
file
] [
log
] [
blame
]
RWTexture2DArray
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_5bc4f3
()
{
arg_0
[
uint3
((
1u
).
xx
,
uint
(
1u
))]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_5bc4f3
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_5bc4f3
();
}