![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions relating to the Vulkan debug messenger. More...
Functions | |
BLAM void | Initialize () |
Initializes the Vulkan debug messenger. More... | |
BLAM void | Shutdown () |
Shuts down the Vulkan debug messenger. More... | |
BLAM void | PopulateCreateInfo (VkDebugUtilsMessengerCreateInfoEXT *create_info) |
Populates debug messenger creation information. More... | |
Namespace containing functions relating to the Vulkan debug messenger.
void BlamRendering::Vulkan::DebugMessenger::Initialize | ( | ) |
Initializes the Vulkan debug messenger.
void BlamRendering::Vulkan::DebugMessenger::PopulateCreateInfo | ( | VkDebugUtilsMessengerCreateInfoEXT * | create_info | ) |
Populates debug messenger creation information.
void BlamRendering::Vulkan::DebugMessenger::Shutdown | ( | ) |
Shuts down the Vulkan debug messenger.