Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
c1c664.wgsl.expected.fxc.hlsl
blob: 239c16381030220b60fd49a771bd17bc2c40c094 [
file
] [
log
] [
blame
]
RWTexture2D
<float4>
arg_0
:
register
(
u0
,
space1
);
void
textureStore_c1c664
()
{
arg_0
[(
1
).
xx
]
=
(
1.0f
).
xxxx
;
}
void
fragment_main
()
{
textureStore_c1c664
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
textureStore_c1c664
();
return
;
}