Struct glium_pib::System [] [src]

pub struct System { /* fields omitted */ }

Process wide shared data. Only one instance may be created per process.

Methods

impl System
[src]

Create a new system using the libraries from the library directory specified. This should only be called once per process.

Get the size of a display.

The library directory in use.

Trait Implementations

impl Drop for System
[src]

A method called when the value goes out of scope. Read more

impl Sync for System
[src]