SPARK
0.1.0
A general purpose game engine written in C++.
|
The base class for a backend. More...
#include <Backend.h>
Public Member Functions | |
virtual BackendType | type () const noexcept=0 |
Gets the type of the backend. | |
Friends | |
class | spark::core::Application |
The base class for a backend.
|
nodiscardpure virtualnoexcept |
Gets the type of the backend.
Implemented in spark::render::IRenderBackend.