Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなものは、名前空間で宣言されていないためGLenum、コンパイルされません。GLintgl
GLenum
GLint
gl
#include <glload/gl_3_3.hpp> #include <glload/gll.hpp> void foo(gl::GLenum, gl::GLint);
どうすればGLロードでGLenum使用できますか?GLint
このリンクGLuintから、あなたはの代わりに行う必要があるだけのようですgl::GLuint。これもそうだと思いGLenumますGLint。
GLuint
gl::GLuint