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

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

Issue 2148723004: WebGL 2: make sure VertexAttrib type match the corresponding attrib type in shader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code clean Created 4 years, 5 months 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/context_group.cc
diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
index 4c907b1d6c139b8a3fdd7d954289b9cf65783b37..94bf14d8f3164098b6e96561c6dc2a9745752a23 100644
--- a/gpu/command_buffer/service/context_group.cc
+++ b/gpu/command_buffer/service/context_group.cc
@@ -434,6 +434,7 @@ bool ContextGroup::Initialize(GLES2Decoder* decoder,
max_varying_vectors_,
max_draw_buffers_,
max_dual_source_draw_buffers_,
+ max_vertex_attribs_,
gpu_preferences_,
feature_info_.get()));
« no previous file with comments | « no previous file | gpu/command_buffer/service/context_state.h » ('j') | gpu/command_buffer/service/context_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698