Neil Roberts 91132871ad cogl-program: Add private functions to check if have each shader type
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.
2010-12-13 17:22:57 +00:00
..
2010-11-19 13:27:30 +00:00
2010-06-01 12:08:18 +01:00
2010-03-03 17:02:51 +00:00