VideoDevice.resizeViewport

Resize the viewport.

Should be called after the window is resized.

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

See Also

InputDevice.resized

Meta