Enum ovr_mobile_sys::ovrTextureFormat [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrTextureFormat { VRAPI_TEXTURE_FORMAT_NONE, VRAPI_TEXTURE_FORMAT_565, VRAPI_TEXTURE_FORMAT_5551, VRAPI_TEXTURE_FORMAT_4444, VRAPI_TEXTURE_FORMAT_8888, VRAPI_TEXTURE_FORMAT_8888_sRGB, VRAPI_TEXTURE_FORMAT_RGBA16F, VRAPI_TEXTURE_FORMAT_DEPTH_16, VRAPI_TEXTURE_FORMAT_DEPTH_24, VRAPI_TEXTURE_FORMAT_DEPTH_24_STENCIL_8, }

Variants

Trait Implementations

impl Debug for ovrTextureFormat
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrTextureFormat
[src]

impl Clone for ovrTextureFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ovrTextureFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ovrTextureFormat
[src]

impl Hash for ovrTextureFormat
[src]

[src]

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

1.3.0
[src]

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