Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
8bb287.wgsl.expected.ir.dxc.hlsl
blob: 68b9fca1425271d91bc9fc6e93c0c0c6814aa7b6 [
file
] [
log
] [
blame
]
RWTexture2DArray
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_8bb287
()
{
arg_0
[
uint3
((
1u
).
xx
,
uint
(
1u
))]
=
(
int
(
1
)).
xxxx
;
}
void
fragment_main
()
{
textureStore_8bb287
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_8bb287
();
}