📄 aeegl.h
字号:
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDrawElements()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDrawElements.
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_glDrawElements( IGL *pIGL, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices );
Parameters:
pIGL : A pointer to the IGL interface
mode : See Khronos documentation for details
count : See Khronos documentation for details
type : See Khronos documentation for details
indices : 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_glEnable()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glEnable.
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_glEnable( IGL *pIGL, GLenum cap );
Parameters:
pIGL : A pointer to the IGL interface
cap : 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_glEnableClientState()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glEnableClientState.
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_glEnableClientState( IGL *pIGL, GLenum array );
Parameters:
pIGL : A pointer to the IGL interface
array : 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_glFinish()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFinish.
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_glFinish( 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_glFlush()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFlush.
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_glFlush( 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_glFogx()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFogx.
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_glFogx( 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_glFogxv()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glFogxv.
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_glFogxv( 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_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 interf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -