Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
a1352c.wgsl.expected.ir.dxc.hlsl
blob: fd255582f2da37fa2b95c96a1e42c54d6f94ab54 [
file
] [
log
] [
blame
]
RWTexture2DArray
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_a1352c
()
{
arg_0
[
uint3
((
1u
).
xx
,
uint
(
1u
))]
=
(
int
(
1
)).
xxxx
;
}
void
fragment_main
()
{
textureStore_a1352c
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_a1352c
();
}