// GENERATED FILE - DO NOT EDIT. // Generated by gen_features.py using data from frontend_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. // // FrontendFeatures_autogen.h: Features/workarounds for driver bugs and other behaviors seen // on all platforms. #ifndef ANGLE_PLATFORM_AUTOGEN_FRONTENDFEATURES_H_ #define ANGLE_PLATFORM_AUTOGEN_FRONTENDFEATURES_H_ #include "platform/Feature.h" namespace angle { struct FrontendFeatures : FeatureSetBase { … }; inline FrontendFeatures::FrontendFeatures() = default; inline FrontendFeatures::~FrontendFeatures() = default; } // namespace angle #endif // ANGLE_PLATFORM_AUTOGEN_FRONTENDFEATURES_H_