Im currently working a vulkan project and I'm trying to start with bindless rendering. For that i need vkCmdSetVertexInputEXT(). I added the extension (afaik) and my intellisense shows the function but for some reason the linker can't.
The relevant files are device.h/cpp, helpers.h/cpp and GP2_Vulkan_Project.cpp
GitHub
Contribute to Yannick-Ruijter/vulkan-refactor-copy development by creating an account on GitHub.