opengl: draw functions

This commit is contained in:
Mitchell Hashimoto
2022-04-02 20:17:53 -07:00
parent 9f9357d21b
commit 63ce7114a4
3 changed files with 23 additions and 7 deletions

View File

@@ -17,3 +17,4 @@ 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");
pub usingnamespace @import("opengl/draw.zig");