From 98e64e538afeaa800e1cdcbc7ce5d5093b274fe7 Mon Sep 17 00:00:00 2001 From: Laura Ekstrand Date: Tue, 2 Dec 2014 17:51:30 -0800 Subject: main: Added entry point for glTextureBuffer. Reviewed-by: Anuj Phogat --- src/mesa/main/tests/dispatch_sanity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/tests') 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 } }; -- cgit v1.2.3