mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: Add glSpecializeShaderARB to common_desktop_functions
CC: Nicolai Hähnle <nicolai.haehnle@amd.com>
CC: Mark Janes <mark.a.janes@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104231
Fixes: 46b21b8f90 ("mesa: add GL_ARB_gl_spirv boilerplate")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
5364e73624
commit
e5d8ffdda6
1 changed files with 3 additions and 0 deletions
|
|
@ -1020,6 +1020,9 @@ const struct function common_desktop_functions_possible[] = {
|
|||
{ "glImportMemoryFdEXT", 45, -1 },
|
||||
{ "glImportSemaphoreFdEXT", 45, -1 },
|
||||
|
||||
/* GL_ARB_gl_spirv */
|
||||
{ "glSpecializeShaderARB", 45, -1 },
|
||||
|
||||
{ NULL, 0, -1 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue