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