implemented vulkan instance creation
This commit is contained in:
parent
84ee267b5d
commit
89edee7249
11 changed files with 208 additions and 10 deletions
3
makefile
3
makefile
|
|
@ -14,7 +14,8 @@ ifeq (${BACKEND},gl)
|
|||
endif
|
||||
ifeq (${BACKEND},vk)
|
||||
SRC += vk/platform.c\
|
||||
vk/renderer.c
|
||||
vk/renderer.c\
|
||||
vk/instance.c
|
||||
endif
|
||||
|
||||
OBJ:=${SRC:.c=.o}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue