Sign in
◑
Theme
dawn
/
dawn
/
cfef9491663b6e754c73dd9e480eadc61bdf760c
/
.
/
test
/
tint
/
extensions
/
atomic_vec2u_min_max
/
atomicStoreMin_function.wgsl.expected.dxc.hlsl
blob: 68e3ef9a8d2721c85528e5831ac2d2d672baba99 [
file
]
RWByteAddressBuffer
a
:
register
(
u0
);
void
foo
()
{
uint64_t
v
=
uint64_t
(
0u
);
uint64_t
v_1
=
uint64_t
(
0u
);
a
.
InterlockedMin64
(
0u
,
((
v_1
<<
uint64_t
(
32u
))
|
v
));
}
void
main
()
{
foo
();
}