From bc1e00a5e28cc198981cb59ffe9164b0c62175d1 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 19 Oct 2025 16:38:49 +0200 Subject: add BufferedStreamSource --- src/gl.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gl.zig') diff --git a/src/gl.zig b/src/gl.zig index 87fc9cb..7cdc204 100644 --- a/src/gl.zig +++ b/src/gl.zig @@ -386,7 +386,7 @@ const UniformValue = union(UniformType) { } }; -const UniformPointer = union(UniformType) { +pub const UniformPointer = union(UniformType) { FLOAT: *f32, FLOAT_VEC2: *[2]f32, FLOAT_VEC3: *[3]f32, -- cgit v1.2.3