Branch :
//
// 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 "libGLESv2/export.h"
#include <GLES3/gl3.h>
#include <GLES3/gl3ext.h>
namespace gl
{
// No GLES 3.0 extensions yet
}
#endif // LIBGLESV2_ENTRYPOINTGLES30EXT_H_