Graphics library initialization information. More...
#include <kanzi/gfx/types.hpp>
Public Attributes | |
| shared_ptr< AbstractBackend > | backend |
| The backend to be used by the graphics library. | |
| vector< shared_ptr< BackendLayer > > | layers |
| A list of layers to be used by the graphics library. | |
| bool | logDiagnostics |
| Controls if the backend logs diagnostic information to the common log handler. | |
Graphics library initialization information.
| shared_ptr<AbstractBackend> kanzi::gfx::InitializationInfo::backend |
The backend to be used by the graphics library.
| vector<shared_ptr<BackendLayer> > kanzi::gfx::InitializationInfo::layers |
A list of layers to be used by the graphics library.
The graphics library calls the layers in the order specified by this list.
| bool kanzi::gfx::InitializationInfo::logDiagnostics |
Controls if the backend logs diagnostic information to the common log handler.