![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions relating to Vulkan presentation on-screen. More...
Functions | |
BLAM void | CreateSurface () |
Prepares the Vulkan surface used for rendering. More... | |
BLAM VkSurfaceKHR * | GetSurface () |
Retrieves the Vulkan window surface. More... | |
BLAM void | DestroySurface () |
Destroys the Vulkan surface. More... | |
BLAM VkQueue * | GetPresentQueue () |
Retrieves the Vulkan presentation queue. More... | |
Namespace containing functions relating to Vulkan presentation on-screen.
void BlamRendering::Vulkan::Presentation::CreateSurface | ( | ) |
Prepares the Vulkan surface used for rendering.
void BlamRendering::Vulkan::Presentation::DestroySurface | ( | ) |
Destroys the Vulkan surface.
VkQueue * BlamRendering::Vulkan::Presentation::GetPresentQueue | ( | ) |