VideoDevice.resizeViewport

Resize the viewport.

Should be called after the window is resized.

class VideoDevice
@system nothrow @nogc
void
resizeViewport
(
int width
,
int height
)

See Also

InputDevice.resized

Meta