gl2sdlmax2d.bmx 768 B

1234567891011121314151617181920212223242526
  1. SuperStrict
  2. Rem
  3. bbdoc: Graphics/OpenGL 2+ Max2D
  4. about:
  5. The OpenGL Max2D module provides an OpenGL 2+ driver for #Max2D with shader support.
  6. Legacy fixed functionality is included for testing purposes if GLMAX2D_USE_LEGACY = True.
  7. End Rem
  8. Module SDL.GL2SDLMax2D
  9. ModuleInfo "Version: 1.02"
  10. ModuleInfo "Author: Mark Sibly, Bruce Henderson, Emil Andersson"
  11. ModuleInfo "License: zlib/libpng"
  12. ModuleInfo "Copyright: Blitz Research Ltd"
  13. ModuleInfo "History: 1.02"
  14. ModuleInfo "History: Added RenderImages / render2texture"
  15. ModuleInfo "History: 1.01"
  16. ModuleInfo "History: Changed to SuperStrict"
  17. ModuleInfo "History: Extended flags to Long"
  18. ModuleInfo "History: 1.00"
  19. ModuleInfo "History: Initial version."
  20. ?Not nx and not ios
  21. Import "main.bmx"
  22. ?