mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* Fix bug ID #37368: incorrect chaining of loading versions >1.2
git-svn-id: trunk@45796 -
This commit is contained in:
parent
0c8103b3a1
commit
6ae07f6046
@ -5393,6 +5393,7 @@ begin
|
||||
if not Assigned(glCompressedTexSubImage1D) then allOK := false;
|
||||
glGetCompressedTexImage := wglGetProcAddress('glGetCompressedTexImage');
|
||||
if not Assigned(glGetCompressedTexImage) then allOK := false;
|
||||
Load_GL_version_1_2x(allOK);
|
||||
end;
|
||||
|
||||
function Load_GL_version_1_3: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user