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

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

Issue 2678483003: Fix EXT_draw_buffers detection on some GL ES 3 contexts (Closed)
Patch Set: remove nv_draw_buffers entirely Created 3 years, 10 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/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index 981fc05df4a86cb8a195ddc9c454922cda8c10db..d9fdb5c7ecefa984716a5c85ca74c91d4756536e 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -70,7 +70,6 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool enable_shader_name_hashing = false;
bool enable_samplers = false;
bool ext_draw_buffers = false;
- bool nv_draw_buffers = false;
bool ext_frag_depth = false;
bool ext_shader_texture_lod = false;
bool use_async_readpixels = false;

Powered by Google App Engine
This is Rietveld 408576698