コード例 #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);
}