mirror of
https://github.com/brl/mutter.git
synced 2025-03-30 15:13:46 +00:00

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.