summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libGLESv2/entry_points_gles_3_0_ext.cpp
blob: 6f6983fd91c5c390dca36aa4b07a159ef8d79700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// 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.cpp : Implements the GLES 3.0 extension entry points.

#include "libGLESv2/entry_points_gles_3_0_ext.h"
#include "libGLESv2/global_state.h"

namespace gl
{
}