Compare commits
1 commit
0d28d64925
...
786d92ce3f
Author | SHA1 | Date | |
---|---|---|---|
786d92ce3f |
2 changed files with 4 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -1,6 +1,5 @@
|
||||||
VULKAN_SDK_PATH = /home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64
|
CFLAGS = -std=c++11
|
||||||
CFLAGS = -std=c++11 -I$(VULKAN_SDK_PATH)/include
|
LDFLAGS = -L/usr/local/lib -lglfw -lrt -lm -ldl -lXrandr -lXinerama -lXxf86vm -lXext -lXcursor -lXrender -lXfixes -lX11 -lpthread -lxcb -lXau -lvulkan
|
||||||
LDFLAGS = -L$(VULKAN_SDK_PATH)/lib -L/usr/local/lib -lglfw -lrt -lm -ldl -lXrandr -lXinerama -lXxf86vm -lXext -lXcursor -lXrender -lXfixes -lX11 -lpthread -lxcb -lXau -lvulkan
|
|
||||||
|
|
||||||
all: VulkanTest
|
all: VulkanTest
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/bin/glslangValidator -V shader.vert
|
glslangValidator -V shader.vert
|
||||||
/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/bin/glslangValidator -V shader.frag
|
glslangValidator -V shader.frag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue