Vulkan-Samples | One stop solution for all Vulkan samples | REST library
kandi X-RAY | Vulkan-Samples Summary
kandi X-RAY | Vulkan-Samples Summary
The Vulkan Samples is collection of resources to help you develop optimized Vulkan applications.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Vulkan-Samples
Vulkan-Samples Key Features
Vulkan-Samples Examples and Code Snippets
Community Discussions
Trending Discussions on Vulkan-Samples
QUESTION
I am trying to build the Vulkan-Samples from the Khronos git repo for Windows. I cloned and built the dependencies glslang and Vulkan-LoaderAndValidationLayers, and followed all the configuration and build steps as described. As far as I could tell there was no issue, but now when I try to generate project files with cmake -G "Visual Studio 14 Win64 ../.."
from within my build directory as described here, I get the following error:
CMake Error at external/libs/glslang/CMakeLists.txt:133 (add_library):
Cannot find source file:
D:/Khronos/glslang/glslang/MachineIndependent/preprocessr/PpMemory.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake can not determine linker language for target: glslang
Indeed, the file is missing, but I wasn't able to find out where it's supposed to come from or what steps I've missed. Any ideas?
...ANSWER
Answered 2018-Jan-23 at 18:04That file is no longer part of glslang and has been removed from it's repository last year and is therefore no longe required to built the glslang libraries.
I guess they forgot to update their samples repository to reflect these changes.
So to get the samples to compile either remove PpMemory.cpp
and PpSymbols.cpp
from the cmakelists.txt or (better) use the one from the current glslang repository.
A small note: The Khronos Vulkan samples repository never really took off, so you may instead want to take a look at other examples packs like the official ones from LunarG or those from my own repository.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Vulkan-Samples
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page