Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
a5c925.wgsl.expected.ir.fxc.hlsl
blob: 1879481fa1e7b568740848996cfcf90ba0addcdf [
file
] [
log
] [
blame
]
RWTexture3D
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_a5c925
()
{
arg_0
[(
1u
).
xxx
]
=
(
int
(
1
)).
xxxx
;
}
void
fragment_main
()
{
textureStore_a5c925
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_a5c925
();
}