⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aeegl.h

📁 Brew 中使用的 OpenGL ES Extension源码。可以在Brew中开发 OpenGL 的程序
💻 H
📖 第 1 页 / 共 5 页
字号:
=======================================================================
GLbitfield

Description:
    GLbitfield is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLbyte

Description:
    GLbyte is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLshort

Description:
    GLshort is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLint

Description:
    GLint is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLsizei

Description:
    GLsizei is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLubyte

Description:
    GLubyte is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLushort

Description:
    GLushort is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLuint

Description:
    GLuint is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLfloat

Description:
    GLfloat is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLclampf

Description:
    GLclampf is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLvoid

Description:
    GLvoid is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLintptrARB

Description:
    GLintptrARB is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLsizeiptrARB

Description:
    GLsizeiptrARB is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLfixed

Description:
    GLfixed is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
GLclampx

Description:
    GLclampx is an OpenGLES defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See gl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
NativeDisplayType

Description:
    NativeDisplayType is the native display type for EGL on BREW.  This
    is defined to be an IDisplay pointer.

Definition:
    typedef IDisplay* NativeDisplayType;

See Also:
    IDisplay~
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
NativeWindowType

Description:
    NativeWindowType is the native window type for EGL on BREW.  This
    is defined to be an IDIB pointer.

Definition:
    typedef IDIB* NativeWindowType;

See Also:
    IDIB~
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
NativePixmapType

Description:
    NativePixmapType is the native pixmap type for EGL on BREW.  This
    is defined to be an IDIB pointer.

Definition:
    typedef IDIB* NativePixmapType;

See Also:
    IDIB~
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLBoolean

Description:
    EGLBoolean is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLint

Description:
    EGLint is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLDisplay

Description:
    EGLDisplay is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLConfig

Description:
    EGLConfig is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLSurface

Description:
    EGLSurface is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
EGLContext

Description:
    EGLContext is an EGL defined type.  See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
    for details.

Definition:
    See egl.h on the Khronos website.

See Also:
===a href="http://www.khronos.org">www.khronos.org
===/a>

=======================================================================
=======================================================================
  INTERFACES   DOCUMENTATION
=======================================================================

IGL Interface

Description:

   The IGL interface provides access to the OpenGL ES implementation on BREW.
   IGL wraps the standard OpenGL ES functions with their IGL BREW equivalents
   as well as provides the standard interface functions.

   For OpenGL ES documentation, see the OpenGL ES documentation available
   on the Khronos website at 
===a href="http://www.khronos.org">www.khronos.org.
===/a>

   The following header files are required for this interface:~
   AEE.h~
   GLES/gl.h~
   GLES/egl.h


========================================================================
IGL_AddRef()
This function is inherited from IBASE_AddRef().
========================================================================

========================================================================
IGL_Release()
This function is inherited from IBASE_Release().
========================================================================

========================================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -