diff options
Diffstat (limited to 'src/gl.zig')
| -rw-r--r-- | src/gl.zig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
