mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
main: add missing EXTRA_END in OES_sample_variables get check
Fixes: 3002296cb6 (mesa: add GL_OES_shader_multisample_interpolation support)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
09dafb9630
commit
05b37e20de
1 changed files with 1 additions and 0 deletions
|
|
@ -411,6 +411,7 @@ static const int extra_ARB_gpu_shader5_or_oes_geometry_shader[] = {
|
|||
static const int extra_ARB_gpu_shader5_or_OES_sample_variables[] = {
|
||||
EXT(ARB_gpu_shader5),
|
||||
EXT(OES_sample_variables),
|
||||
EXTRA_END
|
||||
};
|
||||
|
||||
EXTRA_EXT(ARB_texture_cube_map);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue