mirror of
https://github.com/elima/gpu-playground.git
synced 2026-08-22 05:42:57 +00:00
vulkan-triangle: Specify the Vulkan platform in the Makefile instead
This commit is contained in:
@@ -20,6 +20,7 @@ $(TARGET): main.c vert.spv frag.spv \
|
||||
`pkg-config --libs --cflags xcb` \
|
||||
-L $(VULKAN_SO_PATH) \
|
||||
-l$(VULKAN_SO_NAME) \
|
||||
-DVK_USE_PLATFORM_XCB_KHR \
|
||||
-o $(TARGET) \
|
||||
common/vk-api.c \
|
||||
main.c
|
||||
|
||||
Reference in New Issue
Block a user