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

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

Issue 2159183002: Attaching an image to many color attachment points is unsupported (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove webgl2 condition 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/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index a34fff1b780819e830a9e57253c5c681e4dfc244..8b7b6acb3e89406e04f7864fcb16665137392f57 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -110,6 +110,8 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
// Helper that defaults to no disallowed features and a GLES2 context.
bool InitializeForTesting();
+ // Helper that defaults to no disallowed Features.
+ bool InitializeForTesting(ContextType context_type);
// Helper that defaults to a GLES2 context.
bool InitializeForTesting(const DisallowedFeatures& disallowed_features);
« no previous file with comments | « no previous file | gpu/command_buffer/service/feature_info.cc » ('j') | gpu/command_buffer/service/framebuffer_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698