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