add glad into the compilation for openGL function entry points

This commit is contained in:
Quinn
2025-04-14 18:09:32 +02:00
committed by Quinn
parent 8c78ffdca5
commit 9120e37c26
2 changed files with 3402 additions and 1 deletions

3401
lib/glad/gl.h Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ ARCH ?= 0
# C compiler options # C compiler options
CC := clang CC := clang
CSTD := c17 CSTD := c17
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -Ilib
LDFLAGS := LDFLAGS :=
ifneq ($(DEBUG),0) ifneq ($(DEBUG),0)