]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Merge MR 'Move SDL_GL_GetProcAddress after creating GL context' div0-stable
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 25 Nov 2023 02:00:54 +0000 (12:00 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 25 Nov 2023 02:00:54 +0000 (12:00 +1000)
On some platforms GL function pointers cannot be obtained before context
creation, on others doing so can invoke undefined behaviour.

See https://gitlab.com/xonotic/darkplaces/-/merge_requests/147

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>

Trivial merge