Hey, The CoglTextureType enum has: COGL_TEXTURE_TYPE_2D and COGL_TEXTURE_TYPE_3D as values, with means that automatically generated bindings would try to use 2D and 3D as enum values, which are not identifiers. An override in the bindings should be possible, but in case we'd like to change that... -- Damien