IntroductionToVulkan
IntroductionToVulkan copied to clipboard
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial
Copy data folder into the project binary directory. This does not have to be the hard-coded `build` folder.
Oh, so modern. 😺
Hi! Thank you for these great in depth tutorials! I am using vcpkg in Visual Studio by default and no one except vcpkg is allowed to redefine `add_executable`, otherwise you're...
In Tutorial4 onwards, the render loop is destroying and recreating framebuffers *every frame*. Creation and destruction of objects in Vulkan are not lightweight operations - they are expected to have...