glshim updated, added latest changes by ptitSeb
This commit is contained in:
@@ -183,3 +183,18 @@ Debug: Hide or Show the Sub / Not found message
|
||||
* 0 : Default, the messages are shown
|
||||
* 1 : Silent, don't print the STUB or glXGetProcAddress glXXXXX not found message
|
||||
|
||||
##### LIBGL_NOBANNER
|
||||
Show/Hide initial text
|
||||
* 0 : Default, print starting message
|
||||
* 1 : Silent: no LIBGL message at start (combile with LIBGL_SILENTSTUB for more silence)
|
||||
|
||||
##### LIBGL_NPOT
|
||||
Expose NPOT (Non Power of Two) Support
|
||||
* 0 : Default, don't expose the extension (but npot are still supported)
|
||||
* 1 : Expose limited NPOT extension
|
||||
* 2 : Expose GL_ARB_texture_non_power_of_two extension
|
||||
|
||||
##### LIBGL_QUERIES
|
||||
Expose glQueries functions
|
||||
* 0 : Default, don't expose the function (fake one will be used if called)
|
||||
* 1 : Expose fake functions (always answer 0)
|
||||
|
||||
Reference in New Issue
Block a user