Enum ovr_mobile_sys::ovrGraphicsAPI [] [src]

#[repr(u32)]
pub enum ovrGraphicsAPI { VRAPI_GRAPHICS_API_OPENGL_ES_2, VRAPI_GRAPHICS_API_OPENGL_ES_3, VRAPI_GRAPHICS_API_OPENGL_COMPAT, VRAPI_GRAPHICS_API_OPENGL_CORE_3, VRAPI_GRAPHICS_API_OPENGL_CORE_4, }

Variants

Trait Implementations

impl Debug for ovrGraphicsAPI
[src]

Formats the value using the given formatter.

impl Copy for ovrGraphicsAPI
[src]

impl Clone for ovrGraphicsAPI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ovrGraphicsAPI
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ovrGraphicsAPI
[src]

impl Hash for ovrGraphicsAPI
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more