Sign in
dawn
/
dawn
/
d78abb3257ddaf308eafa953d2406a40054f423b
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
63f34a.wgsl.expected.ir.dxc.hlsl
blob: 7e9f325ab53be2a0b65a32286f58a05a5baab62c [
file
] [
log
] [
blame
]
RWTexture2D
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_63f34a
()
{
arg_0
[(
1u
).
xx
]
=
(
1
).
xxxx
;
}
void
fragment_main
()
{
textureStore_63f34a
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_63f34a
();
}