[−][src]Struct gstreamer_gl::GLContext
GLContext
wraps an OpenGL context object in a uniform API. As a result
of the limitation on OpenGL context, this object is not thread safe unless
specified and must only be activated in a single thread.
Implements
GLContextExt
, gst::ObjectExt
, glib::object::ObjectExt
, GLContextExtManual
Implementations
impl GLContext
[src][−]
pub fn new<P: IsA<GLDisplay>>(display: &P) -> GLContext
[src][−]
pub fn get_current() -> Option<GLContext>
[src][−]
pub fn get_current_gl_api(platform: GLPlatform) -> (GLAPI, u32, u32)
[src][−]
impl GLContext
[src][−]
pub unsafe fn new_wrapped<T: IsA<GLDisplay>>(
display: &T,
handle: uintptr_t,
context_type: GLPlatform,
available_apis: GLAPI
) -> Option<GLContext>
[src][−]
display: &T,
handle: uintptr_t,
context_type: GLPlatform,
available_apis: GLAPI
) -> Option<GLContext>
Wraps an existing OpenGL context into a GLContext
.
Note: The caller is responsible for ensuring that the OpenGL context
represented by handle
stays alive while the returned GLContext
is
active.
context_type
must not be GLPlatform::None
or GLPlatform::Any
available_apis
must not be GLAPI::None
or GLAPI::Any
display
a GLDisplay
handle
the OpenGL context to wrap
context_type
a GLPlatform
specifying the type of context in handle
available_apis
a GLAPI
containing the available OpenGL apis in handle
Returns
a GLContext
wrapping handle
pub fn get_current_gl_context(context_type: GLPlatform) -> uintptr_t
[src][−]
context_type
a GLPlatform
specifying the type of context to retrieve
Returns
The OpenGL context handle current in the calling thread or None
pub fn get_proc_address_with_platform(
context_type: GLPlatform,
gl_api: GLAPI,
name: &str
) -> uintptr_t
[src][−]
context_type: GLPlatform,
gl_api: GLAPI,
name: &str
) -> uintptr_t
Attempts to use the context_type
specific GetProcAddress implementations
to retrieve name
.
See also GLContext::get_proc_address
.
context_type
a GLPlatform
gl_api
a GLAPI
name
the name of the function to retrieve
Returns
a function pointer for name
, or None
Trait Implementations
impl Clone for GLContext
[src][+]
impl Debug for GLContext
[src][+]
impl Eq for GLContext
[src]
impl Hash for GLContext
[src][+]
impl IsA<Object> for GLContext
[src]
impl Ord for GLContext
[src][+]
impl<T: ObjectType> PartialEq<T> for GLContext
[src][+]
impl<T: ObjectType> PartialOrd<T> for GLContext
[src][+]
impl Send for GLContext
[src]
impl StaticType for GLContext
[src][+]
impl Sync for GLContext
[src]
Auto Trait Implementations
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,
impl<Super, Sub> CanDowncast<Sub> for Super where
Sub: IsA<Super>,
Super: IsA<Super>,
[src]
Sub: IsA<Super>,
Super: IsA<Super>,
impl<T> Cast for T where
T: ObjectType,
[src][+]
T: ObjectType,
impl<T> From<T> for T
[src][+]
impl<O> GObjectExtManualGst for O where
O: IsA<Object>,
[src][+]
O: IsA<Object>,
impl<O> GstObjectExt for O where
O: IsA<Object>,
[src][+]
O: IsA<Object>,
impl<O> GstObjectExtManual for O where
O: IsA<Object>,
[src][+]
O: IsA<Object>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ObjectExt for T where
T: ObjectType,
[src][+]
T: ObjectType,
impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
[src][+]
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
[src][+]
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
[src][+]
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
[src][+]
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
[src][+]
T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,