Function setMode [src]

Set the video device into the specified mode and clears the visible portions of the output display to black.

Prototype

pub fn setMode(self: *const GraphicsOutput, mode: u32) Status

Parameters

self: *const GraphicsOutputmode: u32

Source

pub fn setMode(self: *const GraphicsOutput, mode: u32) Status { return self._set_mode(self, mode); }