Neil Roberts wrote:

> > So in the short term, we could fix custom attributes with the vertex
> > attribute API and gnome-shell might be able to use that.

Robert Bragg wrote:

> One thing to keep in mind here is that the CoglVertexAttribute API is
> currently marked as "Unstable" and you have to define
> COGL_ENABLE_EXPERIMENTAL_API to use it, so at this point gnome-shell
> shouldn't depend on it in any releases.

The old CoglVertexBuffer API would probably work just as well in the
meantime, it's just a bit more awkward to use. Rob changed it so that
the CoglVertexBuffer API is internally implemented in terms of the
vertex attribute API so presumably if we fixed the generic attribute
binding then CoglVertexBuffer would get support for it for free.

- Neil
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to