LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::DirectX12Backend::DirectX12BackendImpl Class Reference

Inherits LiteFX::Implement< DirectX12Backend >.

Public Member Functions

 DirectX12BackendImpl (DirectX12Backend *parent, const App &app)
 
ComPtr< IDXGIFactory7 > initialize ()
 
void loadAdapters (const bool &enableWarp=false)
 
- Public Member Functions inherited from LiteFX::Implement< DirectX12Backend >
 Implement (DirectX12Backend *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< DirectX12Backend > &&)=delete
 
 Implement (const Implement< DirectX12Backend > &)=delete
 
virtual ~Implement ()=default
 

Friends

class DirectX12Backend
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DirectX12BackendImpl()

LiteFX::Rendering::Backends::DirectX12Backend::DirectX12BackendImpl::DirectX12BackendImpl ( DirectX12Backend parent,
const App app 
)
inline

Member Function Documentation

◆ initialize()

ComPtr< IDXGIFactory7 > LiteFX::Rendering::Backends::DirectX12Backend::DirectX12BackendImpl::initialize ( )
inline

◆ loadAdapters()

void LiteFX::Rendering::Backends::DirectX12Backend::DirectX12BackendImpl::loadAdapters ( const bool &  enableWarp = false)
inline

Friends And Related Function Documentation

◆ DirectX12Backend

friend class DirectX12Backend
friend