chore: replace OpenGL 4.5 bindings with OpenGL 3.3

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-09-23 06:00:46 -03:00
parent 8d5b459b4b
commit e11144b9f0
2 changed files with 2 additions and 4237 deletions

View File

@ -28,8 +28,8 @@ pub fn build(b: *std.build.Builder) void {
// Argument Parsing Library
exe.addPackagePath("clap", "lib/zig-clap/clap.zig");
// OpenGL Bindings
exe.addPackagePath("gl", "lib/gl_4v5.zig");
// OpenGL 3.3 Bindings
exe.addPackagePath("gl", "lib/gl.zig");
// Zig SDL Bindings: https://github.com/MasterQ32/SDL.zig
const sdk = Sdk.init(b);

File diff suppressed because it is too large Load Diff