LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl Class Reference

Inherits LiteFX::Implement< VulkanBackend >.

Public Member Functions

 VulkanBackendImpl (VulkanBackend *parent, const App &app, Span< String > extensions, Span< String > validationLayers)
 
void defineMandatoryExtensions ()
 
 ~VulkanBackendImpl ()
 
VkInstance initialize ()
 
void loadAdapters () noexcept
 
- Public Member Functions inherited from LiteFX::Implement< VulkanBackend >
 Implement (VulkanBackend *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< VulkanBackend > &&)=delete
 
 Implement (const Implement< VulkanBackend > &)=delete
 
virtual ~Implement ()=default
 

Friends

class VulkanBackend
 

Additional Inherited Members

- Public Types inherited from LiteFX::Implement< VulkanBackend >
using interface_type = VulkanBackend
 
using base = Implement< interface_type >
 
- Protected Attributes inherited from LiteFX::Implement< VulkanBackend >
VulkanBackend * m_parent
 

Constructor & Destructor Documentation

◆ VulkanBackendImpl()

LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl::VulkanBackendImpl ( VulkanBackend parent,
const App app,
Span< String extensions,
Span< String validationLayers 
)
inline

◆ ~VulkanBackendImpl()

LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl::~VulkanBackendImpl ( )
inline

Member Function Documentation

◆ defineMandatoryExtensions()

void LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl::defineMandatoryExtensions ( )
inline

◆ initialize()

VkInstance LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl::initialize ( )
inline

◆ loadAdapters()

void LiteFX::Rendering::Backends::VulkanBackend::VulkanBackendImpl::loadAdapters ( )
inlinenoexcept

Friends And Related Function Documentation

◆ VulkanBackend

friend class VulkanBackend
friend