hedgewars/uStore.pas
branchwebgl
changeset 8847 ff7fbab7cd56
parent 8446 c18ba8726f5a
parent 8838 aa2ffd427f6a
child 9127 e350500c4edb
equal deleted inserted replaced
8844:b216eccfb77a 8847:ff7fbab7cd56
   918 
   918 
   919     // doesn't seem to print >256 chars
   919     // doesn't seem to print >256 chars
   920     AddFileLogRaw(PChar(glGetString(GL_EXTENSIONS)));
   920     AddFileLogRaw(PChar(glGetString(GL_EXTENSIONS)));
   921 {$ELSE}
   921 {$ELSE}
   922     AddFileLog('  \----- Extensions: ');
   922     AddFileLog('  \----- Extensions: ');
       
   923 
   923     // fetch extentions and store them in string
   924     // fetch extentions and store them in string
   924     tmpstr := StrPas(PChar(glGetString(GL_EXTENSIONS)));
   925     tmpstr := StrPas(PChar(glGetString(GL_EXTENSIONS)));
   925     tmpn := WordCount(tmpstr, [' ']);
   926     tmpn := WordCount(tmpstr, [' ']);
   926     tmpint := 1;
   927     tmpint := 1;
   927 
   928