pkg/opengl: yeet usingns

This commit is contained in:
Mitchell Hashimoto
2024-08-16 15:28:22 -07:00
parent 7299a02645
commit f13ea7cace
12 changed files with 25 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
const Framebuffer = @This();
const std = @import("std");
const c = @import("c.zig");
const c = @import("c.zig").c;
const errors = @import("errors.zig");
const glad = @import("glad.zig");
const Texture = @import("Texture.zig");