Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
8ebdc9.wgsl.expected.ir.fxc.hlsl
blob: 6b829794fdb7afb934c5ac40f0a86093edc4ae16 [
file
] [
log
] [
blame
]
RWTexture2DArray
<float4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_8ebdc9
()
{
arg_0
[
uint3
((
1u
).
xx
,
uint
(
1u
))]
=
(
1.0f
).
xxxx
;
}
void
fragment_main
()
{
textureStore_8ebdc9
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_8ebdc9
();
}