summaryrefslogtreecommitdiff
path: root/cogl/cogl-vertex-buffer-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-vertex-buffer-private.h')
-rw-r--r--cogl/cogl-vertex-buffer-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-vertex-buffer-private.h b/cogl/cogl-vertex-buffer-private.h
index 55876530..6b56d82e 100644
--- a/cogl/cogl-vertex-buffer-private.h
+++ b/cogl/cogl-vertex-buffer-private.h
@@ -133,7 +133,7 @@ typedef struct _CoglVertexBufferVBO
* a GLuint VBO name, but when the driver doesn't support VBOs then
* this simply points to an malloc'd buffer. */
void *vbo_name; /*!< The name of the corresponding buffer object */
- size_t vbo_bytes; /*!< The lengh of the allocated buffer object in bytes */
+ gsize vbo_bytes; /*!< The lengh of the allocated buffer object in bytes */
GList *attributes;
} CoglVertexBufferVBO;