|
static void | ShutdownDrivers () |
| Shuts down all active drivers.
|
|
static void | SelectDriver (const std::string &name, Driver::Type type) |
| Find the requested driver and return its class.
|
|
static void | GetDriversInfo (std::back_insert_iterator< std::string > &output_iterator) |
| Build a human readable list of available drivers, grouped by type.
|
|
Definition at line 58 of file cocoa_ogl.h.
◆ FVideoDriver_CocoaOpenGL()
FVideoDriver_CocoaOpenGL::FVideoDriver_CocoaOpenGL |
( |
| ) |
|
|
inline |
◆ CreateInstance()
Driver * FVideoDriver_CocoaOpenGL::CreateInstance |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ UsesHardwareAcceleration()
bool FVideoDriver_CocoaOpenGL::UsesHardwareAcceleration |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
Does the driver use hardware acceleration (video-drivers only).
- Returns
- True if the driver uses hardware acceleration.
Reimplemented from DriverFactoryBase.
Definition at line 64 of file cocoa_ogl.h.
The documentation for this class was generated from the following file: