glGetString - Incorrect Return Type
BlitzMax Forums/BlitzMax Module Tweaks/glGetString - Incorrect Return Type
| ||
Currently, glGetString is Function glGetString(name_) It should be Function glGetString:Byte Ptr(name_) Just wanted to point that out. |
|
| ||
Currently, glGetString is Function glGetString(name_) It should be Function glGetString:Byte Ptr(name_) Just wanted to point that out. |