wined3d: Map GL_EXT_texture_swizzle to GL_ARB_texture_swizzle.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2019-04-06 11:37:31 +02:00 committed by Alexandre Julliard
parent 9afa1308c7
commit a8f37cf684
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ static const struct wined3d_extension_map gl_extension_map[] =
{"GL_EXT_texture_snorm", EXT_TEXTURE_SNORM },
{"GL_EXT_texture_sRGB", EXT_TEXTURE_SRGB },
{"GL_EXT_texture_sRGB_decode", EXT_TEXTURE_SRGB_DECODE },
{"GL_EXT_texture_swizzle", ARB_TEXTURE_SWIZZLE },
{"GL_EXT_vertex_array_bgra", EXT_VERTEX_ARRAY_BGRA },
/* NV */