Base class for a video backend implementation. This class handles loading system libraries required by the backend, and prepares the libraries to be used.
All backends must extend this class.
Call any de-initialization code required by the Backend. May be overriden.
Call any initialization code required by the Backend. May be overriden.
Load system libraries required by the backend. Additional options can be passed.
See Implementation
Base class for a video backend implementation. This class handles loading system libraries required by the backend, and prepares the libraries to be used.
All backends must extend this class.