cogl: Adds experimental CoglVertexArray type
authorRobert Bragg <robert@linux.intel.com>
Tue, 12 Oct 2010 11:34:27 +0000 (12:34 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 3 Nov 2010 18:04:00 +0000 (18:04 +0000)
commit8ca80e47c40422b69d1e7b70850c7033ec71b1b8
treedbe14770d714ec5d88b2b8320287c402dccff115
parent3aba41e20209d597c6fc49a6163b86eb71a2ff3a
cogl: Adds experimental CoglVertexArray type

This adds a new CoglVertexArray object which is a subclass of CoglBuffer
used to hold vertex attributes. A later commit will add a
CoglVertexAttribute API which will be used to describe the attributes
inside a CoglVertexArray.
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/cogl-vertex-array-private.h [new file with mode: 0644]
clutter/cogl/cogl/cogl-vertex-array.c [new file with mode: 0644]
clutter/cogl/cogl/cogl-vertex-array.h [new file with mode: 0644]
clutter/cogl/cogl/cogl.h