aboutsummaryrefslogtreecommitdiff
path: root/include/platform/FrontendFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform/FrontendFeatures.h')
-rw-r--r--include/platform/FrontendFeatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/platform/FrontendFeatures.h b/include/platform/FrontendFeatures.h
index 6500c9c6b4..0a046f93da 100644
--- a/include/platform/FrontendFeatures.h
+++ b/include/platform/FrontendFeatures.h
@@ -81,6 +81,11 @@ struct FrontendFeatures : FeatureSetBase
"enableProgramBinaryForCapture", FeatureCategory::FrontendFeatures,
"Even if FrameCapture is enabled, enable GL_OES_get_program_binary", &members,
"http://anglebug.com/5658"};
+
+ FeatureInfo forceGlErrorChecking = {
+ "forceGlErrorChecking", FeatureCategory::FrontendFeatures,
+ "Force GL error checking (i.e. prevent applications from disabling error checking",
+ &members, "https://issuetracker.google.com/220069903"};
};
inline FrontendFeatures::FrontendFeatures() = default;