Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Add availability checks for debug report extension usage

Open kocdemir opened this issue 1 year ago • 3 comments

Description

Adding the missing condition checks before using the structures and functions from the VK_EXT_debug_report extension in the samples.

Normal functionality should not change when the extension is supported, tested on a device where the extension is missing.

kocdemir avatar Jun 15 '24 18:06 kocdemir

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 15 '24 18:06 CLAassistant

Thank you very much for your contribution. Note that CI fails at the clang format step, which means you need to properly format your changes with clang-format, see https://github.com/KhronosGroup/Vulkan-Samples/actions/runs/9530177624/job/26297193969?pr=1072

SaschaWillems avatar Jun 17 '24 15:06 SaschaWillems

Thanks, I've updated the file now.

kocdemir avatar Jun 17 '24 15:06 kocdemir