basic rendering for both opengl and vulkan

This commit is contained in:
Lorenzo Torres 2026-01-07 02:43:00 +01:00
parent 4b18afa040
commit dadd2edaf1
29 changed files with 1140 additions and 38 deletions

View file

@ -4,7 +4,7 @@ CC := cc
CFLAGS := -Wall -Wextra -std=c99 -pedantic
LIBS := -lm
# Can be gl or vk
GRAPHICS_BACKEND := vk
GRAPHICS_BACKEND := gl
DEBUG_BUILD=1
PLATFORM := $(shell uname)