Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef NNGN_GRAPHICS_VULKAN_VULKAN_H
2#define NNGN_GRAPHICS_VULKAN_VULKAN_H
6#ifdef NNGN_PLATFORM_HAS_VULKAN
9#ifdef NNGN_PLATFORM_32BIT
10#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(o) \
11 struct o : nngn::Handle { using Handle::Handle; };