Struct adi_gpu_base::Window[][src]

pub struct Window { /* fields omitted */ }

A graphics window on a computer, linked to a rendering API.

Methods

impl Window
[src]

Create a window, using title as the title, and icon as the window icon. The format of icon is as follows: (width, height, pixels). You can load icons with aci. v should be either None or Some(visual_id from EGL).

Get the type of connection, plus native window and connection handles to pass to ffi. See WindowConnection for more details.

Get the width and height of the window, as a tuple.

Poll window input, return None when finished. After returning None, the next call will update the window.

Auto Trait Implementations

impl !Send for Window

impl !Sync for Window