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 4b4bc7f894
commit 3a3e6acc6a
2 changed files with 2 additions and 4237 deletions

View File

@ -31,8 +31,8 @@ pub fn build(b: *std.build.Builder) void {
// TOML Library
exe.addPackagePath("toml", "lib/zig-toml/src/toml.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