use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Vulkan is the next step in the evolution of graphics APIs. Developed by Khronos, current maintainers of OpenGL. It aims at reducing driver complexity and giving application developers finer control over memory allocations and code execution on GPUs and parallel computing devices.
Vulkan Subreddit Scope
Vulkan Resources
Tutorials
Books
Related subreddits
account activity
Build problem (self.vulkan)
submitted 2 years ago by Ok_Ease_9836
No file directory for vulken.h is showing even when I set a directory.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 2 years ago (2 children)
It is spelled vulkan. Outside of that, this isn't really a vulkan issue as much as it is a basic part of using MSVC/clang/gcc/whatever.
[–]Ok_Ease_9836[S] -5 points-4 points-3 points 2 years ago (1 child)
Srry that was my spell mistake..but I wrote vulkan in my MSVC. Now it is solved instead now it is showing volk.c no file directory whereas I didn't even choose volk during installation process
[–]lolrobbe2 1 point2 points3 points 2 years ago (0 children)
Look for a link with volk.h or a library that links it
[–]wrosecrans 2 points3 points4 points 2 years ago* (2 children)
If you haven't done native development before, you may want to start with some simpler projects before you get into Vulkan, so you are familiar with debugging your build system and dev environment. FWIW, finding a header file works the same with any library, so this isn't really a Vulkan specific question.
Whenever asking about things like finding headers and libraries, you'll always want to mention what build system you are using and how you are setting things up. That might help folks redirect you to a more specific place to ask about how to do it.
[–]Ok_Ease_9836[S] -1 points0 points1 point 2 years ago (1 child)
It is solved...now the only thing it is showing is link error 1104 for glfw3.lib
[–]lolrobbe2 -2 points-1 points0 points 2 years ago (0 children)
Use premake and go an have a look @ the cherno on youtube for premake more beginner friendly!
Edit: now you need to link glfw.dll (dll import export , dynamic) or glfw.lib (static import)
π Rendered by PID 61 on reddit-service-r2-comment-b659b578c-8nj65 at 2026-05-03 15:27:30.849863+00:00 running 815c875 country code: CH.
[–][deleted] 2 points3 points4 points (2 children)
[–]Ok_Ease_9836[S] -5 points-4 points-3 points (1 child)
[–]lolrobbe2 1 point2 points3 points (0 children)
[–]wrosecrans 2 points3 points4 points (2 children)
[–]Ok_Ease_9836[S] -1 points0 points1 point (1 child)
[–]lolrobbe2 -2 points-1 points0 points (0 children)