This commit is contained in:
Mitchell Hashimoto
2022-04-01 20:05:59 -07:00
parent 02848a0535
commit 9f9357d21b
3 changed files with 93 additions and 22 deletions

View File

@@ -15,4 +15,5 @@ pub const c = @import("opengl/c.zig");
pub const Buffer = @import("opengl/Buffer.zig");
pub const Program = @import("opengl/Program.zig");
pub const Shader = @import("opengl/Shader.zig");
pub const Texture = @import("opengl/Texture.zig");
pub const VertexArray = @import("opengl/VertexArray.zig");