basic rendering for both opengl and vulkan
This commit is contained in:
parent
4b18afa040
commit
dadd2edaf1
29 changed files with 1140 additions and 38 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue