Type Alias gvr_buffer_spec

Source
pub type gvr_buffer_spec = gvr_buffer_spec_;
Expand description

Specification of a pixel buffer. A pixel buffer can have color, depth and stencil attachments and mostly corresponds to the OpenGL concept of a framebuffer object. However, since there can be multiple such objects for each frame, we avoid calling them “framebuffers”. Pixel buffers which are part of the currently acquired frame are immutable, i.e., they cannot be resized or otherwise reconfigured.

Aliased Type§

#[repr(C)]
pub struct gvr_buffer_spec { /* private fields */ }