ogl_beamforming

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

Commit: 384fc93ae034104e18819d17cff789c796499e76
Parent: 29d72d911eb0eaa9ac5780b8910c32debf0c3e69
Author: Randy Palamar
Date:   Mon, 19 Aug 2024 14:17:02 -0600

actually set the stages count in the helper lib

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

diff --git a/helpers/ogl_beamformer_lib.c b/helpers/ogl_beamformer_lib.c @@ -154,6 +154,8 @@ set_beamformer_pipeline(char *shm_name, i32 *stages, i32 stages_count) return; } } + + g_bp->compute_stages_count = stages_count; } void