xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
xcal
render
impl
opengl
utils
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
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8