anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
680 stars 161 forks source link

glTexImage3D() should also be provided by GL_OES_texture_3D #260

Open linkmauve opened 3 years ago

linkmauve commented 3 years ago

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.