pub type gvr_swap_chain = gvr_swap_chain_;Expand description
Swap chain that contains some number of frames. Frames in the swap chain can be unused, in the process of being distorted and presented on the screen, or acquired and being rendered to by the application. The swap chain ensures that the most recent available frame is always shown and that the application never has to wait to render the next frame.
Aliased Typeยง
#[repr(C)]pub struct gvr_swap_chain { /* private fields */ }