Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
8676c9.wgsl.expected.fxc.hlsl
blob: 98fd0cffcaaea2b096afc73d4a4753eb5a36e629 [
file
] [
log
] [
blame
]
RWTexture1D
<uint4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_8676c9
()
{
arg_0
[
1
]
=
(
1u
).
xxxx
;
}
void
fragment_main
()
{
textureStore_8676c9
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_8676c9
();
return
;
}