GstGLContextWGL

GstGLContextWGL

Synopsis

struct              GstGLContextWGL;
GstGLContextWGL *   gst_gl_context_wgl_new              (GstGLDisplay *display);
guintptr            gst_gl_context_wgl_get_current_context
                                                        (void);
gpointer            gst_gl_context_wgl_get_proc_address (GstGLAPI gl_api,
                                                         const gchar *name);

Description

Details

struct GstGLContextWGL

struct GstGLContextWGL {
};

gst_gl_context_wgl_new ()

GstGLContextWGL *   gst_gl_context_wgl_new              (GstGLDisplay *display);

gst_gl_context_wgl_get_current_context ()

guintptr            gst_gl_context_wgl_get_current_context
                                                        (void);

gst_gl_context_wgl_get_proc_address ()

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