Monado OpenXR Runtime
vk_mini_helpers.h File Reference

Super small defines that makes writing Vulkan code smaller. More...

#include "vk/vk_helpers.h"
Include dependency graph for vk_mini_helpers.h:

Go to the source code of this file.

Macros

#define D(TYPE, THING)
 Calls vkDestroy##TYPE on THING if it is not VK_NULL_HANDLE, sets it to VK_NULL_HANDLE afterwards. More...
 
#define DF(TYPE, THING)
 Calls vkFree##TYPE on THING` if it is not VK_NULL_HANDLE, sets it to VK_NULL_HANDLE afterwards. More...
 

Detailed Description

Super small defines that makes writing Vulkan code smaller.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m