Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: gpu/command_buffer/service/vertex_attrib_manager.cc

Issue 11413094: Fix VAOs and client side arrays (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/vertex_attrib_manager.cc
diff --git a/gpu/command_buffer/service/vertex_attrib_manager.cc b/gpu/command_buffer/service/vertex_attrib_manager.cc
index a70d94fb2fb029e126ed2eb81b1b0f45228c3ec4..f2daa9c551ed9d96e8cbfdd3d7fa6dec5f1ddc07 100644
--- a/gpu/command_buffer/service/vertex_attrib_manager.cc
+++ b/gpu/command_buffer/service/vertex_attrib_manager.cc
@@ -31,10 +31,6 @@ VertexAttribManager::VertexAttribInfo::VertexAttribInfo()
real_stride_(16),
divisor_(0),
list_(NULL) {
- value_.v[0] = 0.0f;
- value_.v[1] = 0.0f;
- value_.v[2] = 0.0f;
- value_.v[3] = 1.0f;
}
VertexAttribManager::VertexAttribInfo::~VertexAttribInfo() {
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.h ('k') | gpu/command_buffer/service/vertex_attrib_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698