[Cogl] CoglTextureType and bindings

Lespiau, Damien damien.lespiau at intel.com
Tue Oct 2 10:05:50 PDT 2012


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


More information about the Cogl mailing list