GLBasic forum

Main forum => Bug Reports => Topic started by: Hemlos on 2009-Jun-25

Title: typo in help file EditorE
Post by: Hemlos on 2009-Jun-25
ASL() is in german

and


in X_PUTSHADER example in help file, the loadshader command says toonvert...it should be test.vert

   IF X_LOADSHADER(13, "test.vert", "test.frag") = FALSE
      PRINT "Shader failed to load: ", 100,100
      SHOWSCREEN
      MOUSEWAIT
      END
   ENDIF