Primera implementación funcional de shaders

This commit is contained in:
2024-06-30 08:14:30 +02:00
parent 85a24e0100
commit b800ab2073
8 changed files with 571 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ ifeq ($(OS),Windows_NT)
else
FixPath = $1
SOURCES := $(shell find $(DIR_SOURCES) -name '*.cpp')
CXXFLAGS:= -std=c++11 -Wall -Os -ffunction-sections -fdata-sections
CXXFLAGS:= -std=c++11 -Wall -Os -ffunction-sections -fdata-sections -framework OpenGL -Wno-deprecated
LDFLAGS := -lSDL2
RM = rm -f
MKD:= mkdir -p