// // Copyright 2015 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. // // ProvkingVertexTest: // Tests on the conformance of the provoking vertex, which applies to flat // shading and compatibility with D3D. See the section on 'flatshading' // in the ES 3 specs. // #include "GLES2/gl2.h" #include "test_utils/ANGLETest.h" #include "test_utils/gl_raii.h" #include "util/gles_loader_autogen.h" usingnamespaceangle; namespace … // anonymous namespace