VideoDevice.this

Construct a VideoDevice with specified OpenGL drawing to window.

Note that to fully construct a VideoDevice you also need to call initWindow() and initGL().

class VideoDevice
this
@safe pure nothrow @nogc
(
Logger log
)

Parameters

log
Type: Logger

The game log.

Meta