top of page



LEARNING MORE ABOUT VULKAN
Languages
C++ and Vulkan
About
As I want to work in the Graphics industry but I only know how to use OpenGL, I consider that it it will be almost mandatory to learn how to use Vulkan. Apart from that, it will improve my skills with multithreading and optimization techniques.
Objective
-
Learn more about Vulkan API.
-
Implement the chapter about Realistic Skin Rendering of GPU GEMS 3.
​
Current progress
-
Deferred shading implemented in Vulkan
-
GLTF loading in Vulkan.
-
Descriptor manager
​
bottom of page