예제 #1
0
파일: arrayspu.c 프로젝트: L3oV1nc3/VMGL
static void ARRAYSPU_APIENTRY
arrayspu_DisableVertexAttribArrayARB(GLuint index)
{
	crStateDisableVertexAttribArrayARB(index);
}
예제 #2
0
void PACKSPU_APIENTRY packspu_DisableVertexAttribArrayARB(GLuint index)
{
    crStateDisableVertexAttribArrayARB(index);
    crPackDisableVertexAttribArrayARB(index);
}