Struct ovr_mobile_sys::ovrFrameLayerTexture [] [src]

#[repr(C)]
pub struct ovrFrameLayerTexture { pub ColorTextureSwapChain: *mut ovrTextureSwapChain, pub DepthTextureSwapChain: *mut ovrTextureSwapChain, pub TextureSwapChainIndex: c_int, pub TexCoordsFromTanAngles: ovrMatrix4f, pub TextureRect: ovrRectf, pub dead16: [c_uchar; 4], pub HeadPose: ovrRigidBodyPosef, pub CompletionFence: c_ulonglong, }

Fields

Trait Implementations

impl Debug for ovrFrameLayerTexture
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrFrameLayerTexture
[src]

impl Clone for ovrFrameLayerTexture
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more