// GENERATED FILE - DO NOT EDIT. // Generated by gen_features.py using data from gl_features.json. // // Copyright 2022 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // FeaturesGL_autogen.h: angle::Features and workarounds for GL driver bugs and other issues. #ifndef ANGLE_PLATFORM_AUTOGEN_FEATURESGL_H_ #define ANGLE_PLATFORM_AUTOGEN_FEATURESGL_H_ #include "platform/Feature.h" namespace angle { struct FeaturesGL : FeatureSetBase { … }; inline FeaturesGL::FeaturesGL() = default; inline FeaturesGL::~FeaturesGL() = default; } // namespace angle #endif // ANGLE_PLATFORM_AUTOGEN_FEATURESGL_H_