Sign in
dawn
/
dawn
/
d78abb3257ddaf308eafa953d2406a40054f423b
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
2eb2a4.wgsl.expected.ir.fxc.hlsl
blob: 0841c2d7f107c8fccfcf4633c7c616fc6bc477e4 [
file
] [
log
] [
blame
]
RWTexture1D
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_2eb2a4
()
{
arg_0
[
1
]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_2eb2a4
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_2eb2a4
();
}