glapi.h 350 B

12345678910111213141516
  1. // This file was generated automatically by "glapi2go" and contains declarations
  2. // of public functions from "glapli.c".
  3. #ifndef _glapi_h_
  4. #define _glapi_h_
  5. #include "glcorearb.h"
  6. // Loads the OpenGL function pointers
  7. int glapiLoad(void);
  8. // Set the internal flag to enable/disable OpenGL error checking
  9. void glapiCheckError(int check);
  10. #endif