[−][src]Enum openxr::opengl::OpenGL
The OpenGL graphics API
See XR_KHR_opengl_enable for safety details.
Trait Implementations
impl Graphics for OpenGL[src]
type Requirements = Requirements
Compatibility details within this graphics API
type SessionCreateInfo = SessionCreateInfo
Parameters required to construct a session for use with this graphics API
type Format = u32
Swapchain image formats
type SwapchainImage = u32
Identifiers for images to render to
pub fn raise_format(x: i64) -> u32[src]
pub fn lower_format(x: u32) -> i64[src]
pub fn requirements(inst: &Instance, system: SystemId) -> Result<Requirements>[src]
pub unsafe fn create_session(
instance: &Instance,
system: SystemId,
info: &Self::SessionCreateInfo
) -> Result<Session>[src]
instance: &Instance,
system: SystemId,
info: &Self::SessionCreateInfo
) -> Result<Session>
pub fn enumerate_swapchain_images(
swapchain: &Swapchain<Self>
) -> Result<Vec<Self::SwapchainImage>>[src]
swapchain: &Swapchain<Self>
) -> Result<Vec<Self::SwapchainImage>>
Auto Trait Implementations
impl RefUnwindSafe for OpenGL[src]
impl Send for OpenGL[src]
impl Sync for OpenGL[src]
impl Unpin for OpenGL[src]
impl UnwindSafe for OpenGL[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,