示例#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);
}