GstGLSL
GstGLSL — helpers for dealing with OpenGL shaders
|
|
Functions
gst_glsl_error_quark ()
GQuark
gst_glsl_error_quark (void
);
gst_glsl_profile_from_string ()
GstGLSLProfile
gst_glsl_profile_from_string (const gchar *string
);
gst_glsl_profile_to_string ()
const gchar *
gst_glsl_profile_to_string (GstGLSLProfile profile
);
gst_glsl_version_from_string ()
GstGLSLVersion
gst_glsl_version_from_string (const gchar *string
);
gst_glsl_version_to_string ()
const gchar *
gst_glsl_version_to_string (GstGLSLVersion version
);
gst_glsl_version_profile_from_string ()
gboolean
gst_glsl_version_profile_from_string (const gchar *string
,
GstGLSLVersion *version
,
GstGLSLProfile *profile
);
gst_glsl_string_get_version_profile ()
gboolean
gst_glsl_string_get_version_profile (const gchar *s
,
GstGLSLVersion *version
,
GstGLSLProfile *profile
);
gst_gl_version_to_glsl_version ()
GstGLSLVersion
gst_gl_version_to_glsl_version (GstGLAPI gl_api
,
gint maj
,
gint min
);
Types and Values
GST_GLSL_ERROR
#define GST_GLSL_ERROR (gst_glsl_error_quark ())