Update to latest Vulkan SDK from LunarG on Linux.
This commit is contained in:
parent
120e0e74f3
commit
3ac4034527
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ x64
|
|||
.vs
|
||||
VulkanTutorial.sdf
|
||||
VulkanTutorial.vcxproj.*
|
||||
VulkanTest
|
||||
|
|
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
VULKAN_SDK_PATH = /mnt/storage/Downloads/VulkanSDK/1.0.30.0/x86_64
|
||||
VULKAN_SDK_PATH = /home/onekopaka/Downloads/VulkanSDK/1.1.70.1/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
|
||||
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
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/mnt/storage/Downloads/VulkanSDK/1.0.30.0/x86_64/bin/glslangValidator -V shader.vert
|
||||
/mnt/storage/Downloads/VulkanSDK/1.0.30.0/x86_64/bin/glslangValidator -V shader.frag
|
||||
/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/bin/glslangValidator -V shader.vert
|
||||
/home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64/bin/glslangValidator -V shader.frag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue