Module functions
SourceFunctions§
- gl_check_ extension 
- name
- gl_element_ propagate_ display_ context 
- gl_handle_ context_ query 
- element
- gl_handle_ set_ context 
- Helper function for implementing GstElementClass.set_context()in OpenGL capable elements.
- gl_swizzle_ invert 
- Given swizzle, produceinversionsuch that:
- gl_video_ format_ swizzle 
- Calculates the swizzle indices for video_formatandgl_formatin order to access a texture such that accessing a texel from a texture through the swizzle index produces values in the order (R, G, B, A) or (Y, U, V, A).
- glsl_string_ get_ version_ profile 
- Note: this function first searches the first 1 kilobytes for a versionpreprocessor directive and then executesGLSLVersion::profile_from_string().