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