summaryrefslogtreecommitdiff
path: root/cogl/cogl.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-03-02 23:31:19 +0000
committerRobert Bragg <robert@linux.intel.com>2011-05-16 14:31:31 +0100
commitbf7653ac93e0797a1b3378f0259a00c730560b20 (patch)
tree56ea841f4a7b2b0eeb1a140717ca60d020cfc739 /cogl/cogl.h
parentc328e0608ff7c92b39524dfd3efa3e858b7260e0 (diff)
downloadcogl-bf7653ac93e0797a1b3378f0259a00c730560b20.tar.gz
Rename CoglIndexArray to CoglIndexBuffer
This is part of a broader cleanup of some of the experimental Cogl API. One of the reasons for this particular rename is to switch away from using the term "Array" which implies a regular, indexable layout which isn't the case. We also want to strongly imply a relationship between CoglBuffers and CoglIndexBuffers and be consistent with the CoglAttributeBuffer and CoglPixelBuffer APIs.
Diffstat (limited to 'cogl/cogl.h')
-rw-r--r--cogl/cogl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl.h b/cogl/cogl.h
index cf2d6063..74de6f03 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -80,7 +80,7 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
#include <cogl/cogl-euler.h>
#include <cogl/cogl-quaternion.h>
#include <cogl/cogl-texture-3d.h>
-#include <cogl/cogl-index-array.h>
+#include <cogl/cogl-index-buffer.h>
#include <cogl/cogl-attribute-buffer.h>
#include <cogl/cogl-indices.h>
#include <cogl/cogl-attribute.h>