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

Unified Diff: gpu/command_buffer/service/program_manager.h

Issue 2958763003: Fix a bug in shader/program relationship. (Closed)
Patch Set: comments Created 3 years, 6 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
« no previous file with comments | « no previous file | gpu/command_buffer/service/program_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/program_manager.h
diff --git a/gpu/command_buffer/service/program_manager.h b/gpu/command_buffer/service/program_manager.h
index a7913bb37eb3e4dd190352819768364b68268727..f8b63091b86cd050ffb41ebd8f46d8bc3a63c226 100644
--- a/gpu/command_buffer/service/program_manager.h
+++ b/gpu/command_buffer/service/program_manager.h
@@ -569,6 +569,7 @@ class GPU_EXPORT Program : public base::RefCounted<Program> {
// Shaders by type of shader.
scoped_refptr<Shader> attached_shaders_[kMaxAttachedShaders];
+ scoped_refptr<Shader> shaders_from_last_successful_link_[kMaxAttachedShaders];
// True if this program is marked as deleted.
bool deleted_;
« no previous file with comments | « no previous file | gpu/command_buffer/service/program_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698