コード例 #1
0
ファイル: arrayspu.c プロジェクト: L3oV1nc3/VMGL
static void ARRAYSPU_APIENTRY arrayspu_ClientActiveTextureARB( GLenum texture )
{
	crStateClientActiveTextureARB( texture );
}
コード例 #2
0
void PACKSPU_APIENTRY packspu_ClientActiveTextureARB( GLenum texUnit )
{
    crStateClientActiveTextureARB(texUnit);
    crPackClientActiveTextureARB(texUnit);
}