Add some wgl extensions

- fix upper case for wglSwapIntervalEXT to be the same as the exported name
This commit is contained in:
Fabian Sperber
2022-08-12 21:56:55 +02:00
parent 929af320da
commit e50648279d
2 changed files with 148 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ GetExtensionsStringARBType :: #type proc "c" (HDC) -> cstring
// Procedures
wglCreateContextAttribsARB: CreateContextAttribsARBType
wglChoosePixelFormatARB: ChoosePixelFormatARBType
wglSwapIntervalExt: SwapIntervalEXTType
wglSwapIntervalEXT: SwapIntervalEXTType
wglGetExtensionsStringARB: GetExtensionsStringARBType