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

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

Issue 1505343003: Updating texture validation to account for sampler objects in ES3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed DCHECK that was causing bots to fail Created 5 years 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/texture_definition.h
diff --git a/gpu/command_buffer/service/texture_definition.h b/gpu/command_buffer/service/texture_definition.h
index bc1393c69a0325fcfc071117e8b72500133bc10e..ecc2fcb2bb2af47f4b2bc7965a985294b4ba1c35 100644
--- a/gpu/command_buffer/service/texture_definition.h
+++ b/gpu/command_buffer/service/texture_definition.h
@@ -99,6 +99,7 @@ class TextureDefinition {
GLenum usage_;
bool immutable_;
bool defined_;
+ bool is_es3_enabled_;
// Only support textures with one face and one level.
LevelInfo level_info_;

Powered by Google App Engine
This is Rietveld 408576698