20 lines
948 B
C
20 lines
948 B
C
/*
|
|
=======================================================================================
|
|
Name : PrCoVert.h
|
|
Author : Date :24/07/98
|
|
Description : function prototype for vertex serail colorisation
|
|
=======================================================================================
|
|
Modification -> Author : Date :
|
|
Description :
|
|
=======================================================================================
|
|
*/
|
|
|
|
#ifndef __PRCOVERT_H__
|
|
#define __PRCOVERT_H__
|
|
|
|
void GLI_vSerialComputeVertexColorIndexedAlpha(GLI_tdstInternalGlobalValuesFor3dEngine *p_stGP, ACP_tdxIndex xNumber,ACP_tdxIndex *p_ListOfIndexes);
|
|
void GLI_vSerialComputeVertexColorIndexedNoAlpha(GLI_tdstInternalGlobalValuesFor3dEngine *p_stGP, ACP_tdxIndex xNumber,ACP_tdxIndex *p_ListOfIndexes);
|
|
void GLI_vSerialComputeVertexColor2(GLI_tdstInternalGlobalValuesFor3dEngine *p_stGP, ACP_tdxIndex xNumber);
|
|
|
|
#endif
|