You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
732 B

diff --git a/modules/Specs.lua b/modules/Specs.lua
index df4f5d5..95e0b97 100644
--- a/modules/Specs.lua
+++ b/modules/Specs.lua
@@ -116,9 +116,9 @@ function glx_spec.GetExtStringParamList(enumResolve) return "display, screen" en
-- Function name used to get an extension string.
-- Enumerator name used to get an extension string.
function gl_spec.GetIndexedExtStringFunc(options)
- if(tonumber(options.version) >= 3.0) then
- return {"GetIntegerv", "NUM_EXTENSIONS", "GetStringi", "EXTENSIONS"}
- end
+-- if(tonumber(options.version) >= 3.0) then
+-- return {"GetIntegerv", "NUM_EXTENSIONS", "GetStringi", "EXTENSIONS"}
+-- end
return nil
end
function wgl_spec.GetIndexedExtStringFunc(options) return nil end