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