finish up command buffers, and actually draws now
This commit is contained in:
parent
b1720560a6
commit
7a299629a9
2 changed files with 164 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,6 +2,8 @@ VULKAN_SDK_PATH = /mnt/storage/Downloads/VulkanSDK/1.0.30.0/x86_64
|
|||
CFLAGS = -std=c++11 -I$(VULKAN_SDK_PATH)/include
|
||||
LDFLAGS = -L$(VULKAN_SDK_PATH)/lib -L/usr/local/lib -lglfw3 -lrt -lm -ldl -lXrandr -lXinerama -lXxf86vm -lXext -lXcursor -lXrender -lXfixes -lX11 -lpthread -lxcb -lXau -lvulkan
|
||||
|
||||
all: VulkanTest
|
||||
|
||||
VulkanTest: main.cpp
|
||||
g++ $(CFLAGS) -g -o VulkanTest main.cpp $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue