// GENERATED FILE - DO NOT EDIT. // Generated by gen_angle_format_table.py using data from angle_format_data.json // // Copyright 2020 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 format enumeration. #ifndef LIBANGLE_RENDERER_FORMATID_H_ #define LIBANGLE_RENDERER_FORMATID_H_ #include <cstdint> namespace angle { enum class FormatID { … }; constexpr uint32_t kNumANGLEFormats = …; } // namespace angle #endif // LIBANGLE_RENDERER_FORMATID_H_