diff options
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 117a57096a9..d1b00116e26 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -933,6 +933,9 @@ const struct function gl_core_functions_possible[] = { { "glVDPAUMapSurfacesNV", 11, -1 }, { "glVDPAUUnmapSurfacesNV", 11, -1 }, + /* GL_ARB_buffer_storage */ + { "glBufferStorage", 43, -1 }, + { NULL, 0, -1 } }; |