This website works better with JavaScript.
Home
Explore
Help
Sign In
opengl
/
OpenGLCore
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed GL 4.5 version detection
master
saschawillems
11 years ago
parent
3450b7533b
commit
993e55390b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dglOpenGL.pas
+ 1
- 1
dglOpenGL.pas
View File
@@ -19400,7 +19400,7 @@ begin
GL_VERSION_4_3 := True;
if MinorVersion >= 4 then
GL_VERSION_4_4 := True;
if MinorVersion >=
4
then
if MinorVersion >=
5
then
GL_VERSION_4_5:= True;
end;
Write
Preview
Loading…
Cancel
Save