MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_backend() [1/2]

IGraphicsBackend * MayaFlux::Core::GraphicsSubsystem::get_backend ( )
inline

Get underlying graphics backend for advanced usage Can be cast to VulkanBackend* or OpenGLBackend* for backend-specific operations.

Definition at line 136 of file GraphicsSubsystem.hpp.

136{ return m_backend.get(); }
std::unique_ptr< IGraphicsBackend > m_backend