mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
st/wgl: sort strings in stw_extension_string[] array
Trivial.
This commit is contained in:
parent
b1c964447a
commit
690fe77835
1 changed files with 3 additions and 3 deletions
|
|
@ -38,15 +38,15 @@ static const char *stw_extension_string =
|
|||
"WGL_ARB_create_context "
|
||||
"WGL_ARB_create_context_profile "
|
||||
"WGL_ARB_extensions_string "
|
||||
"WGL_ARB_make_current_read "
|
||||
"WGL_ARB_multisample "
|
||||
"WGL_ARB_pbuffer "
|
||||
"WGL_ARB_pixel_format "
|
||||
"WGL_ARB_render_texture "
|
||||
"WGL_EXT_create_context_es_profile "
|
||||
"WGL_EXT_create_context_es2_profile "
|
||||
"WGL_ARB_make_current_read "
|
||||
"WGL_EXT_swap_control "
|
||||
"WGL_EXT_extensions_string";
|
||||
"WGL_EXT_extensions_string "
|
||||
"WGL_EXT_swap_control";
|
||||
|
||||
|
||||
WINGDIAPI const char * APIENTRY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue