mesa: add ARB_instanced_arrays EXT_dsa function
[mesa.git] / src / mesa / main / tests / dispatch_sanity.cpp
index a34879ff17e86c941089774733713b1d91cb866f..02ed63743177f71f72df31f75d953aa1bb2d6d94 100644 (file)
@@ -546,6 +546,7 @@ const struct function common_desktop_functions_possible[] = {
 
    /* GL_ARB_instanced_arrays */
    { "glVertexAttribDivisorARB", 31, -1 },
+   { "glVertexArrayVertexAttribDivisorEXT", 31, -1 },
 
    /* GL_NV_texture_barrier */
    { "glTextureBarrierNV", 31, -1 },