GstGLContextGLX

GstGLContextGLX

Synopsis

struct              GstGLContextGLX;
GstGLContextGLX *   gst_gl_context_glx_new              (GstGLDisplay *display);
guintptr            gst_gl_context_glx_get_current_context
                                                        (void);
gpointer            gst_gl_context_glx_get_proc_address (GstGLAPI gl_api,
                                                         const gchar *name);

Description

Details

struct GstGLContextGLX

struct GstGLContextGLX {
};

gst_gl_context_glx_new ()

GstGLContextGLX *   gst_gl_context_glx_new              (GstGLDisplay *display);

gst_gl_context_glx_get_current_context ()

guintptr            gst_gl_context_glx_get_current_context
                                                        (void);

gst_gl_context_glx_get_proc_address ()

gpointer            gst_gl_context_glx_get_proc_address (GstGLAPI gl_api,
                                                         const gchar *name);