show OverlayRegion when FormActivated
[platform/framework/native/uifw.git] / inc / FGraphicsOpengl2.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0/
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file        FGraphicsOpengl2.h
20  * @brief       This is the header file for the %Opengl namespace.
21  *
22  * This header file contains the declarations of the %Opengl namespace.
23  *
24  */
25
26 /**
27  * @defgroup    opengles OpenGL® ES
28  * @brief       The list of OpenGL®ES functions.
29  */
30
31 #ifndef _FGRAPHICS_OPENGL_H_
32 #define _FGRAPHICS_OPENGL_H_
33
34 /**
35  * @namespace   Tizen::Graphics::Opengl
36  * @brief       This namespace contains interfaces for %OpenGL®.
37  *
38  * - <a href ="group__opengl.html"> OpenGL&reg; ES</a>
39  *
40  * @since               2.0
41  * @remarks
42  *                      For OpenGL&reg; ES 1.1: @n
43  *                      @b Header @b %file: @b \#include @b <FGraphicsOpengl.h> @n
44  *                      @b Library: @b osp-uifw @n
45  *                      For OpenGL&reg; ES 2.0: @n
46  *                      @b Header @b %file: @b \#include @b <FGraphicsOpengl2.h> @n
47  *                      @b Library: @b osp-uifw @n
48  *
49  *
50  *
51  *
52  *
53  *
54  * The %Opengl namespace provides support for rendering high performance 2D and 3D graphic objects using the
55  * OpenGL&reg;(Open %Graphics Library) specification. This namespace further supports the EGL, OpenGL&reg; ES 1.1, and
56  * OpenGL&reg; ES 2.0 features.
57  *
58  * For more information on the %Opengl namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/graphics/opengl.htm">OpenGL&reg; Guide</a>.
59  *
60  *
61  */
62 namespace Tizen { namespace Graphics
63 {
64
65 namespace Opengl
66 {
67 #include <egl.h>
68 #include <eglext.h>
69 #include <gl2.h>
70 #include <gl2ext.h>
71
72 } // Tizen::Graphics::Opengl
73
74 } } // Tizen::Graphics
75 #endif // _FGRAPHICS_OPENGL_H_