diff options
author | Laura Ekstrand <[email protected]> | 2015-01-09 16:17:10 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:33 -0700 |
commit | a76808dc19580855eb39c0904f3254edd765aa50 (patch) | |
tree | 744387273b04f4853c100fa93934c134b3169909 /src/mesa/main/tests/dispatch_sanity.cpp | |
parent | 2cf48c37c1e2946f7c0648e0a5927a90209f59a4 (diff) |
main: Add entry point for NamedBufferStorage.
Reviewed-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 15a11382a22..bc920d4e0e0 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -954,6 +954,7 @@ const struct function gl_core_functions_possible[] = { /* GL_ARB_direct_state_access */ { "glCreateBuffers", 45, -1 }, + { "glNamedBufferStorage", 45, -1 }, { "glCreateTextures", 45, -1 }, { "glTextureStorage1D", 45, -1 }, { "glTextureStorage2D", 45, -1 }, |