os/graphics/opengles/openglesinterface/group/opengles2_stub/gles2_stub.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include <EGL/egl.h>
    17 #include <GLES2/gl2.h>
    18 #include <GLES2/gl2ext.h>
    19 
    20 #include <e32def.h>
    21 #include <e32uid.h>
    22 
    23 #ifdef __cplusplus
    24 extern "C" {
    25 #endif
    26 // Read in a cpp file which has been autogenerated by the makefile
    27 // extension "graphics/gen_cpp_from_hdr" from the official Khronos
    28 // source header file "gl2.h"
    29 #include "autogenerated_gles2_stub.cpp"
    30 #ifdef __cplusplus
    31 }
    32 #endif
    33