// GENERATED FILE - DO NOT EDIT. // Generated by gen_features.py using data from d3d_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. // // FeaturesD3D_autogen.h: Features and workarounds for D3D driver bugs and other issues. #ifndef ANGLE_PLATFORM_AUTOGEN_FEATURESD3D_H_ #define ANGLE_PLATFORM_AUTOGEN_FEATURESD3D_H_ #include "platform/Feature.h" namespace angle { struct FeaturesD3D : FeatureSetBase { … }; inline FeaturesD3D::FeaturesD3D() = default; inline FeaturesD3D::~FeaturesD3D() = default; } // namespace angle #endif // ANGLE_PLATFORM_AUTOGEN_FEATURESD3D_H_