New Vulkan Samples
June 2nd at 2:00pm
Three new Vulkan samples have been released in the past month: HPP Instancing Sample - NVIDIA provides a transcoded Instancing Sample that illustrates the usage of the C++ bindings. Portability Sample - Holochip presents a tutorial demonstrating the use of the VK_KHR_portability_subset extension. Graphics Pipeline Libraries - Sascha Williams brings us this tutorial on the VK_EXT_graphics_pipeline_library extensions that allows separate compilation of different parts of the graphics pipeline. With this it’s now possible to split up the monolithic pipeline creation into different steps and re-use common parts shared across different pipelines.