blob: 7c94ddb682b741c53bad7b0f9aa8e22412aa7b1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Copyright 2019 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.
//
// validationGL12.cpp: Validation functions for OpenGL 1.2 entry point parameters
#include "libANGLE/validationGL12_autogen.h"
namespace gl
{} // namespace gl
|