Sign in
dawn
/
dawn
/
8f1d276a3780e023f44b54385255479b4a7e3be7
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
3bec15.wgsl.expected.ir.fxc.hlsl
blob: 4965faeec1e2ad32c9dae3f53aa2314a191c4f34 [
file
] [
log
] [
blame
]
RWTexture1D
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_3bec15
()
{
arg_0
[
1
]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_3bec15
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_3bec15
();
}