// GENERATED FILE - DO NOT EDIT. // Generated by gen_features.py using data from *_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. // // angle_features_autogen.h: List of ANGLE features to help enable/disable them in tests. #ifndef ANGLE_SRC_TESTS_TEST_UTIL_AUTOGEN_ANGLE_FEATURES_AUTOGEN_H_ #define ANGLE_SRC_TESTS_TEST_UTIL_AUTOGEN_ANGLE_FEATURES_AUTOGEN_H_ #include "../util_export.h" namespace angle { enum class Feature { … }; ANGLE_UTIL_EXPORT extern const char *GetFeatureName(Feature feature); } // namespace angle #endif // ANGLE_SRC_TESTS_TEST_UTIL_AUTOGEN_ANGLE_FEATURES_AUTOGEN_H_