Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
a4c338.wgsl.expected.dxc.hlsl
blob: 0775fac051a0bdcf9ae64107e9d72735f270f5ba [
file
] [
log
] [
blame
]
RWTexture1D
<float4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_a4c338
()
{
arg_0
[
1u
]
=
(
1.0f
).
xxxx
;
}
void
fragment_main
()
{
textureStore_a4c338
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_a4c338
();
return
;
}