📄 aeegl.h
字号:
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDeleteTextures()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDeleteTextures.
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_glDeleteTextures( IGL *pIGL, GLsizei n, const 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_glDepthFunc()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthFunc.
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_glDepthFunc( IGL *pIGL, GLenum func );
Parameters:
pIGL : A pointer to the IGL interface
func : 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_glDepthMask()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthMask.
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_glDepthMask( IGL *pIGL, GLboolean flag );
Parameters:
pIGL : A pointer to the IGL interface
flag : 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_glDepthRangex()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthRangex.
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_glDepthRangex( IGL *pIGL, GLclampx zNear, GLclampx zFar );
Parameters:
pIGL : A pointer to the IGL interface
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_glDisable()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDisable.
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_glDisable( 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_glDisableClientState()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDisableClientState.
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_glDisableClientState( 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_glDrawArrays()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDrawArrays.
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_glDrawArrays( IGL *pIGL, GLenum mode, GLint first, GLsizei count );
Parameters:
pIGL : A pointer to the IGL interface
mode : See Khronos documentation for details
first : See Khronos documentation for details
count : 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_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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -