ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: ccc040d84f9fda1e93ef10f71b56b55c34afb78a
Parent: 5ac2a90a2b3883eb96737f47db6edbdbd1bdff33
Author: Randy Palamar
Date:   Thu, 10 Jul 2025 13:43:35 -0600

ui: set StopImaging flag on close

Diffstat:
Mstatic.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/static.c b/static.c @@ -533,4 +533,6 @@ beamformer_invalidate_shared_memory(BeamformerCtx *ctx) DEBUG_DECL(if (sm->locks[lock])) { os_shared_memory_region_unlock(&ctx->shared_memory, sm->locks, lock); } + + atomic_or_u32(&sm->live_imaging_dirty_flags, BeamformerLiveImagingDirtyFlags_StopImaging); }