mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 02:44:09 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
Nothing was storing the shader type when a shader was created so it would get confused about whether it was a custom vertex or fragment shader. Also the 'type' member of CoglShader was a GLenum but the only place that read it was treating it as if it was CoglShaderType. This changes it be CoglShaderType.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%