diff options
author | Kenneth Graunke <[email protected]> | 2014-02-01 19:31:22 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-02-03 00:53:02 -0800 |
commit | 94e07c196075a494642d5617f96e36996c58d116 (patch) | |
tree | 8b38750281131b20c9f48807d7cb8dbbd1db82ea /src/mesa/main/attrib.c | |
parent | 0dfe50f1a6cc5e1f979ac65cca4ed9359d18869d (diff) |
mesa: Rename "arrayObj" local variables to "vao".
Now that the field is named "VAO" instead of "ArrayObj", it makes sense
to call the local variables "vao" instead of "arrayObj".
Completely generated by:
$ find . -type f -print0 | xargs 0 sed -i 's/arrayObj/vao/g'
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/attrib.c')
0 files changed, 0 insertions, 0 deletions