glad00.bmx 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. '
  2. ' NOTE : Generated file. Do not edit. Your changes may be lost on the next update!
  3. ' Generated by g2bmx on 08 Aug 2022
  4. '
  5. Strict
  6. Import "../glfw.mod/glfw/deps/*.h"
  7. Import "../glfw.mod/glfw/deps/glad/gl.h"
  8. Extern
  9. Global glWindowPos2d(x_:Double,y_:Double)="void glad_glWindowPos2d( GLdouble, GLdouble)!"
  10. Global glWindowPos2dv(v_:Double Ptr)="void glad_glWindowPos2dv(const GLdouble*)!"
  11. Global glWindowPos2f(x_:Float,y_:Float)="void glad_glWindowPos2f( GLfloat, GLfloat)!"
  12. Global glWindowPos2fv(v_:Float Ptr)="void glad_glWindowPos2fv(const GLfloat*)!"
  13. Global glWindowPos2i(x_:Int,y_:Int)="void glad_glWindowPos2i( GLint, GLint)!"
  14. Global glWindowPos2iv(v_:Int Ptr)="void glad_glWindowPos2iv(const GLint*)!"
  15. Global glWindowPos2s(x_:Short,y_:Short)="void glad_glWindowPos2s( GLshort, GLshort)!"
  16. Global glWindowPos2sv(v_:Short Ptr)="void glad_glWindowPos2sv(const GLshort*)!"
  17. Global glWindowPos3d(x_:Double,y_:Double,z_:Double)="void glad_glWindowPos3d( GLdouble, GLdouble, GLdouble)!"
  18. Global glWindowPos3dv(v_:Double Ptr)="void glad_glWindowPos3dv(const GLdouble*)!"
  19. Global glWindowPos3f(x_:Float,y_:Float,z_:Float)="void glad_glWindowPos3f( GLfloat, GLfloat, GLfloat)!"
  20. Global glWindowPos3fv(v_:Float Ptr)="void glad_glWindowPos3fv(const GLfloat*)!"
  21. Global glWindowPos3i(x_:Int,y_:Int,z_:Int)="void glad_glWindowPos3i( GLint, GLint, GLint)!"
  22. Global glWindowPos3iv(v_:Int Ptr)="void glad_glWindowPos3iv(const GLint*)!"
  23. Global glWindowPos3s(x_:Short,y_:Short,z_:Short)="void glad_glWindowPos3s( GLshort, GLshort, GLshort)!"
  24. Global glWindowPos3sv(v_:Short Ptr)="void glad_glWindowPos3sv(const GLshort*)!"
  25. End Extern
  26. Extern "C"
  27. Function gladLoadGL:Int(func(name:Byte Ptr))="int gladLoadGL( GLADloadfunc)!"
  28. End Extern