📄 aeegl.h
字号:
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glFrontFace()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFrontFace.
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_glFrontFace( IGL *pIGL, GLenum mode );
Parameters:
pIGL : A pointer to the IGL interface
mode : 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_glFrustumx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFrustumx.
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_glFrustumx( IGL *pIGL, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar );
Parameters:
pIGL : A pointer to the IGL interface
left : See Khronos documentation for details
right : See Khronos documentation for details
bottom : See Khronos documentation for details
top : See Khronos documentation for details
zNear : See Khronos documentation for details
zFar : 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_glGenTextures()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glGenTextures.
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_glGenTextures( IGL *pIGL, GLsizei n, GLuint *textures );
Parameters:
pIGL : A pointer to the IGL interface
n : See Khronos documentation for details
textures : 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_glGetError()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glGetError.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
GLenum IGL_glGetError( IGL *pIGL );
Parameters:
pIGL : A pointer to the IGL interface
Return Value:
GLenum : See Khronos documentation for details
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glGetIntegerv()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glGetIntegerv.
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_glGetIntegerv( IGL *pIGL, GLenum pname, GLint *params );
Parameters:
pIGL : A pointer to the IGL interface
pname : See Khronos documentation for details
params : 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_glGetString()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glGetString.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
const GLubyte * IGL_glGetString( IGL *pIGL, GLenum name );
Parameters:
pIGL : A pointer to the IGL interface
name : See Khronos documentation for details
Return Value:
const GLubyte * : See Khronos documentation for details
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glHint()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glHint.
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_glHint( IGL *pIGL, GLenum target, GLenum mode );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
mode : 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_glLightModelx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLightModelx.
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_glLightModelx( IGL *pIGL, GLenum pname, GLfixed param );
Parameters:
pIGL : A pointer to the IGL interface
pname : See Khronos documentation for details
param : 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_glLightModelxv()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLightModelxv.
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_glLightModelxv( IGL *pIGL, GLenum pname, const GLfixed *params );
Parameters:
pIGL : A pointer to the IGL interface
pname : See Khronos documentation for details
params : 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_glLightx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLightx.
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_glLightx( IGL *pIGL, GLenum light, GLenum pname, GLfixed param );
Parameters:
pIGL : A pointer to the IGL interface
light : See Khronos documentation for details
pname : See Khronos documentation for details
param : 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_glLightxv()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLightxv.
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_glLightxv( IGL *pIGL, GLenum light, GLenum pname, const GLfixed *params );
Parameters:
pIGL : A pointer to the IGL interface
light : See Khronos documentation for details
pname : See Khronos documentation for details
params : 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_glLineWidthx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLineWidthx.
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_glLineWidthx( IGL *pIGL, GLfixed width );
Parameters:
pIGL : A pointer to the IGL interface
width : 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_glLoadIdentity()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLoadIdentity.
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_glLoadIdentity( IGL *pIGL );
Parameters:
pIGL : A pointer to the IGL interface
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glLoadMatrixx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glLoadMatrixx.
See the Khronos website at
===a href="http://www.khronos.org"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -