Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
BlamRendering::Vulkan::DebugMessenger Namespace Reference

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...
 

Detailed Description

Namespace containing functions relating to the Vulkan debug messenger.

Function Documentation

◆ Initialize()

void BlamRendering::Vulkan::DebugMessenger::Initialize ( )

Initializes the Vulkan debug messenger.

◆ PopulateCreateInfo()

void BlamRendering::Vulkan::DebugMessenger::PopulateCreateInfo ( VkDebugUtilsMessengerCreateInfoEXT *  create_info)

Populates debug messenger creation information.

◆ Shutdown()

void BlamRendering::Vulkan::DebugMessenger::Shutdown ( )

Shuts down the Vulkan debug messenger.