We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epoxy is currently saying:
No provider of glTexImage3D found. Requires one of: Desktop OpenGL 1.2 OpenGL ES 3.0 GL_EXT_texture3D
But GL_OES_texture_3D also provides this symbol, under the name TexSubImage3DOES.
GL_OES_texture_3D
TexSubImage3DOES
The text was updated successfully, but these errors were encountered:
No branches or pull requests
epoxy is currently saying:
But
GL_OES_texture_3D
also provides this symbol, under the nameTexSubImage3DOES
.The text was updated successfully, but these errors were encountered: