xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
openglapiloadhelper.inc
浏览该文件的文档.
1#ifdef GL_BACKEND_GLBINDING
2# include <glbinding/gl/gl.h>
3# ifndef __gl_h_
4# define __gl_h_
5# endif // __gl_h_
6# define _gl ::gl::
7#elif defined(GL_BACKEND_GLAD)
8# include <glad/glad.h>
9# define _gl
10#else
11# error "No OpenGL backend defined"
12#endif // GL_BACKEND_GLBINDING