summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer/service/cross/gl/geometry_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/command_buffer/service/cross/gl/geometry_gl.h')
-rw-r--r--o3d/command_buffer/service/cross/gl/geometry_gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/command_buffer/service/cross/gl/geometry_gl.h b/o3d/command_buffer/service/cross/gl/geometry_gl.h
index d83e7b5..563653a 100644
--- a/o3d/command_buffer/service/cross/gl/geometry_gl.h
+++ b/o3d/command_buffer/service/cross/gl/geometry_gl.h
@@ -105,7 +105,7 @@ class VertexStructGL : public VertexStruct {
// Adds an input to the vertex struct.
void SetInput(unsigned int input_index,
- ResourceID vertex_buffer_id,
+ ResourceId vertex_buffer_id,
unsigned int offset,
unsigned int stride,
vertex_struct::Type type,
@@ -121,7 +121,7 @@ class VertexStructGL : public VertexStruct {
// This struct describes the parameters that are passed to
// glVertexAttribPointer.
struct AttribDesc {
- ResourceID vertex_buffer_id;
+ ResourceId vertex_buffer_id;
GLint size;
GLenum type;
GLboolean normalized;