mirror of
https://github.com/brl/mutter.git
synced 2025-01-28 20:38:55 +00:00
1e3cdb60d6
This adds two internal functions: gboolean _cogl_program_has_fragment_shader (CoglHandle handle); gboolean _cogl_program_has_vertex_shader (CoglHandle handle); They just check whether any of the contained shaders are of that type.