aboutsummaryrefslogtreecommitdiffstats
path: root/src/gl.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl.zig')
-rw-r--r--src/gl.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gl.zig b/src/gl.zig
index 0c3f924..8d67bdf 100644
--- a/src/gl.zig
+++ b/src/gl.zig
@@ -405,7 +405,6 @@ pub const UniformCache = struct {
const name = existing_names[i];
if (index == c.GL_INVALID_INDEX) {
if (self.uniforms.remove(name)) |removed| {
- // @TODO: remove OSC link
self.allocator.free(removed.key);
}
} else {
@@ -428,7 +427,6 @@ pub const UniformCache = struct {
self.allocator.free(cloned_name);
return null;
};
- // @TODO: add OSC link
}
return &result.kv.value;