Commit: 154b8b535c3e490a40a3573e20b9a805b01b9dc3
Parent: 23848f439b92bc3b8df46de1496dd9101806caa2
Author: Randy Palamar
Date: Sat, 7 Sep 2024 19:37:34 -0600
fix helper lib build
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/helpers/ogl_beamformer_lib.h b/helpers/ogl_beamformer_lib.h
@@ -20,6 +20,7 @@ typedef ptrdiff_t size;
#endif
typedef struct { f32 x, y; } v2;
+typedef struct { f32 x, y, z, w; } v4;
typedef struct { u32 x, y; } uv2;
typedef struct { u32 x, y, z, w; } uv4;