Struct cognitive_outputs::DrmOutput [] [src]

pub struct DrmOutput { /* fields omitted */ }

DrmOutput is representation of physical output device.

Methods

impl DrmOutput
[src]

Constructs new DrmOutput.

Trait Implementations

impl Output for DrmOutput
[src]

Draws passed scene using renderer.

Takes screenshot. Returns Buffer containing image data.

Returns info about output.

Sets global position.

Swaps renderers and devices buffers.

Schedules pageflip. Handler is registered by DeviceManager.

Reinitializes the output.