Learn How To Make Use Of Vulkan's New Debug Extension - VK_EXT_debug_utils

Written by Michael Larabel in Vulkan on 20 May 2018 at 12:44 AM EDT. 1 Comment
VULKAN
For those aspiring Vulkan programmers, the Vulkan experts at LunarG have published a tutorial to learn how to make use of the newest debug extension, VK_EXT_debug_utils.

Vulkan's VK_EXT_debug_utils extension was developed by LunarG as complementary work to the existing VK_EXT_debug_report and VK_EXT_debug_marker extensions.

LunarG had a goal of yielding better debugging messages for Vulkan programs but extending VK_EXT_debug_report/VK_EXT_debug_marker didn't pan out and was more effective creating this new debug utilities extension.

For those interested in a better Vulkan debugging experience and how to make use of the new VK_EXT_debug_utils, LunarG has freely made available this 23 page tutorial (PDF) for getting you started on improving Vulkan debugging.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week