Backends¶
Platform-specific rendering implementations.
Files¶
backend_interface.hpp- Common backend interfaceopengl_backend.hpp- OpenGL implementationmetal_backend.hpp- Metal implementationdirectx12_backend.hpp- DirectX 12 implementationwebgl_backend.hpp- WebGL implementationsoftware_backend.hpp- Software rendering fallback
Purpose¶
Contains concrete implementations for each supported graphics API. Each backend implements the abstraction layer interfaces.