Sign in
dawn
/
dawn
/
d78abb3257ddaf308eafa953d2406a40054f423b
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
6e6cc0.wgsl.expected.ir.dxc.hlsl
blob: 809819eb7f8314f11e08da6a33d706fbf7c579fb [
file
] [
log
] [
blame
]
RWTexture1D
<float4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_6e6cc0
()
{
arg_0
[
1
]
=
(
1.0f
).
xxxx
;
}
void
fragment_main
()
{
textureStore_6e6cc0
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_6e6cc0
();
}