opengl: buffers

This commit is contained in:
Mitchell Hashimoto
2022-04-01 17:44:54 -07:00
parent 10369f5643
commit f1cffea944
4 changed files with 68 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
//! API is exposed via the `c` constant.
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 VertexArray = @import("opengl/VertexArray.zig");