Type Definition gvr_sys::gvr_swap_chain [] [src]

type gvr_swap_chain = gvr_swap_chain_;

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.