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
@safe pure nothrow @nogc
this
(
Logger log
)

Parameters

log Logger

The game log.

Meta