| Index: command_buffer/service/cross/gl/geometry_gl.h
|
| ===================================================================
|
| --- command_buffer/service/cross/gl/geometry_gl.h (revision 26885)
|
| +++ command_buffer/service/cross/gl/geometry_gl.h (working copy)
|
| @@ -105,7 +105,7 @@
|
|
|
| // 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 @@
|
| // 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;
|
|
|