diff options
author | Laura Ekstrand <[email protected]> | 2014-12-02 17:51:30 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:30 -0800 |
commit | 98e64e538afeaa800e1cdcbc7ce5d5093b274fe7 (patch) | |
tree | 3f9e6e85c4f30ae34a8e34542be34788cc1a2df7 /src/mesa/main/tests | |
parent | 499004e56a51bdabff489913680aa972e7fab369 (diff) |
main: Added entry point for glTextureBuffer.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-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 109bbd08636..ee4db45402f 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -986,6 +986,7 @@ const struct function gl_core_functions_possible[] = { { "glGenerateTextureMipmap", 45, -1 }, { "glTextureStorage2DMultisample", 45, -1 }, { "glTextureStorage3DMultisample", 45, -1 }, + { "glTextureBuffer", 45, -1 }, { NULL, 0, -1 } }; |