MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
VKInstance()
[3/3]
MayaFlux::Core::VKInstance::VKInstance
(
VKInstance
&&
other
)
noexcept
Definition at line
16
of file
VKInstance.cpp
.
17
:
m_instance
(other.m_instance)
18
,
m_debug_messenger
(other.m_debug_messenger)
19
,
m_validation_enabled
(other.m_validation_enabled)
20
{
21
other.m_instance =
nullptr
;
22
other.m_debug_messenger =
nullptr
;
23
}
MayaFlux::Core::VKInstance::m_validation_enabled
bool m_validation_enabled
Flag to indicate if validation layers are enabled.
Definition
VKInstance.hpp:51
MayaFlux::Core::VKInstance::m_instance
vk::Instance m_instance
Vulkan instance handle.
Definition
VKInstance.hpp:49
MayaFlux::Core::VKInstance::m_debug_messenger
vk::DebugUtilsMessengerEXT m_debug_messenger
Debug messenger for validation layers.
Definition
VKInstance.hpp:50
MayaFlux
Core
VKInstance
Generated by
1.9.8