This commit is contained in:
Kovid Goyal
2023-02-10 10:55:41 +05:30
9 changed files with 5415 additions and 794 deletions

View File

@@ -306,7 +306,7 @@ add_located_attribute_to_vao(ssize_t vao_idx, GLint aloc, GLint size, GLenum dat
break;
}
if (divisor) {
glVertexAttribDivisor(aloc, divisor);
glVertexAttribDivisorARB(aloc, divisor);
}
unbind_buffer(buf);
}