📄 aeegl.h
字号:
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glClear()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glClear.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glClear( IGL *pIGL, GLbitfield mask );
Parameters:
pIGL : A pointer to the IGL interface
mask : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glClearColorx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glClearColorx.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glClearColorx( IGL *pIGL, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha );
Parameters:
pIGL : A pointer to the IGL interface
red : See Khronos documentation for details
green : See Khronos documentation for details
blue : See Khronos documentation for details
alpha : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glClearDepthx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glClearDepthx.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glClearDepthx( IGL *pIGL, GLclampx depth );
Parameters:
pIGL : A pointer to the IGL interface
depth : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glClearStencil()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glClearStencil.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glClearStencil( IGL *pIGL, GLint s );
Parameters:
pIGL : A pointer to the IGL interface
s : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glClientActiveTexture()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glClientActiveTexture.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glClientActiveTexture( IGL *pIGL, GLenum texture );
Parameters:
pIGL : A pointer to the IGL interface
texture : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glColor4x()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glColor4x.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glColor4x( IGL *pIGL, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha );
Parameters:
pIGL : A pointer to the IGL interface
red : See Khronos documentation for details
green : See Khronos documentation for details
blue : See Khronos documentation for details
alpha : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glColorMask()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glColorMask.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glColorMask( IGL *pIGL, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
Parameters:
pIGL : A pointer to the IGL interface
red : See Khronos documentation for details
green : See Khronos documentation for details
blue : See Khronos documentation for details
alpha : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glColorPointer()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glColorPointer.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glColorPointer( IGL *pIGL, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer );
Parameters:
pIGL : A pointer to the IGL interface
size : See Khronos documentation for details
type : See Khronos documentation for details
stride : See Khronos documentation for details
pointer : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCompressedTexImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCompressedTexImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCompressedTexImage2D( IGL *pIGL, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
internalformat : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
border : See Khronos documentation for details
imageSize : See Khronos documentation for details
data : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCompressedTexSubImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCompressedTexSubImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCompressedTexSubImage2D( IGL *pIGL, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
xoffset : See Khronos documentation for details
yoffset : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
format : See Khronos documentation for details
imageSize : See Khronos documentation for details
data : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCopyTexImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCopyTexImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCopyTexImage2D( IGL *pIGL, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
internalformat : See Khronos documentation for details
x : See Khronos documentation for details
y : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
border : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCopyTexSubImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCopyTexSubImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCopyTexSubImage2D( IGL *pIGL, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
xoffset : See Khronos documentation for details
yoffset : See Khronos documentation for details
x : See Khronos documentation for details
y : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCullFace()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCullFace.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCullFace( IGL *pIGL, GLenum mode );
Parameters:
pIGL : A pointer to the IGL interface
mode : See Khronos documentation for details
Return Value:
void
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -