Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
1dc954.wgsl.expected.ir.dxc.hlsl
blob: d826c289d5aa65f7417c6a1efa296877a1d222ff [
file
] [
log
] [
blame
]
RWTexture1D
<int4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_1dc954
()
{
arg_0
[
1u
]
=
(
int
(
1
)).
xxxx
;
}
void
fragment_main
()
{
textureStore_1dc954
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_1dc954
();
}