summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libGLESv2/entry_points_gles_3_0_ext.h
blob: fec4c1298afdcd1d78faece627cdb9ebe1252600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// Copyright(c) 2014 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.
//

// entry_points_gles_3_0_ext.h : Defines the GLES 3.0 extension entry points.

#ifndef LIBGLESV2_ENTRYPOINTGLES30EXT_H_
#define LIBGLESV2_ENTRYPOINTGLES30EXT_H_

#include <GLES3/gl3.h>
#include <GLES3/gl3ext.h>
#include <export.h>

namespace gl
{

// No GLES 3.0 extensions yet

}

#endif // LIBGLESV2_ENTRYPOINTGLES30EXT_H_