mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Merge branch 'master' of https://github.com/marcan/kitty
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user