mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
Testing on windows running 4.1 backend, all good
This commit is contained in:
parent
dff3a3bb34
commit
fe7cec1734
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@ GL41Texture::GL41Texture(const std::weak_ptr<GLBackend>& backend, const Texture&
|
|||
|
||||
GLuint GL41Texture::allocate(const Texture& texture) {
|
||||
GLuint result;
|
||||
// FIXME technically GL 4.2, but OSX includes the ARB_texture_storage extension
|
||||
// glCreateTextures(getGLTextureType(texture), 1, &result);
|
||||
// glCreateTextures(getGLTextureType(texture), 1, &result);
|
||||
glGenTextures(1, &result);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue