mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 09:56:34 +00:00
opengl: buffers
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user