Sign in
dawn
/
dawn
/
fff34d3c49712d2875122c8efdaec02a9684b522
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
textureStore
/
c1c664.wgsl.expected.dxc.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
;
}