|
|
@ -577,6 +577,7 @@ void TriTexCoord2f( float u, float v ); |
|
|
|
void TriVertex3fv( const float *v ); |
|
|
|
void TriVertex3fv( const float *v ); |
|
|
|
void TriVertex3f( float x, float y, float z ); |
|
|
|
void TriVertex3f( float x, float y, float z ); |
|
|
|
void _TriColor4f( float r, float g, float b, float a ); |
|
|
|
void _TriColor4f( float r, float g, float b, float a ); |
|
|
|
|
|
|
|
void _TriColor4ub( byte r, byte g, byte b, byte a ); |
|
|
|
void TriColor4f( float r, float g, float b, float a ); |
|
|
|
void TriColor4f( float r, float g, float b, float a ); |
|
|
|
void TriColor4ub( byte r, byte g, byte b, byte a ); |
|
|
|
void TriColor4ub( byte r, byte g, byte b, byte a ); |
|
|
|
void TriBrightness( float brightness ); |
|
|
|
void TriBrightness( float brightness ); |
|
|
|