implemented Vulkan surface creation
This commit is contained in:
parent
fa2a4887df
commit
b6b0c5091b
13 changed files with 128 additions and 18 deletions
8
makefile
8
makefile
|
|
@ -21,8 +21,14 @@ ifeq (${GRAPHICS_BACKEND},vk)
|
|||
rendering/vk/renderer.c\
|
||||
rendering/vk/instance.c\
|
||||
rendering/vk/physical_device.c\
|
||||
rendering/vk/device.c
|
||||
rendering/vk/device.c\
|
||||
rendering/vk/surface.c
|
||||
|
||||
ifeq (${PLATFORM},Darwin)
|
||||
SRC += rendering/vk/macos_platform.c
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
OBJ:=${SRC:.c=.o}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue