Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
158cf0.wgsl.expected.ir.fxc.hlsl
blob: 477d6966bee9dcfd32504a59bc6c42ed9b997fd9 [
file
] [
log
] [
blame
]
RWTexture2DArray
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_158cf0
()
{
arg_0
[
uint3
((
1u
).
xx
,
uint
(
1u
))]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_158cf0
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_158cf0
();
}