diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-10-19 14:38:49 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-10-19 14:38:49 +0000 |
| commit | bc1e00a5e28cc198981cb59ffe9164b0c62175d1 (patch) | |
| tree | 31d89ee2c7e363281ed67f770ac2f8760df8c029 /src/gl.zig | |
| parent | add toggleable crop mode (diff) | |
| download | glsl-view-bc1e00a5e28cc198981cb59ffe9164b0c62175d1.tar.gz glsl-view-bc1e00a5e28cc198981cb59ffe9164b0c62175d1.zip | |
add BufferedStreamSource
Diffstat (limited to 'src/gl.zig')
| -rw-r--r-- | src/gl.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
