Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
fb9a8f.wgsl.expected.ir.fxc.hlsl
blob: 7d8ed7215d2ce959768ab4f2ffe9bbf1f97e2137 [
file
] [
log
] [
blame
]
RWTexture1D
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_fb9a8f
()
{
arg_0
[
int
(
1
)]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_fb9a8f
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_fb9a8f
();
}