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