Struct ovr_sys::ovrMirrorTextureDesc [] [src]

#[repr(C)]
pub struct ovrMirrorTextureDesc { pub Format: ovrTextureFormat, pub Width: c_int, pub Height: c_int, pub MiscFlags: c_uint, }

Description used to create a mirror texture.

see ovr_CreateMirrorTextureDX, ovr_CreateMirrorTextureVk, ovr_CreateMirrorTextureVk

Fields

ovrTextureFlags

Trait Implementations

impl Debug for ovrMirrorTextureDesc
[src]

Formats the value using the given formatter.

impl Copy for ovrMirrorTextureDesc
[src]

impl Clone for ovrMirrorTextureDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more