• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    BSzili
    Posts: 559 from 2012/6/8
    From: Hungary
    Quote:

    eliot wrote:
    Is glGenerateMipmap not available on mos?

    Code:

    g++ -c lib/src/Renderer.cpp -std=c++11 -noixemul -I lib/include
    lib/src/Renderer.cpp: In member function 'void exdevgfx::Renderer::initObject(exdevgfx::Object&)':
    lib/src/Renderer.cpp:197:35: error: 'glGenerateMipmap' was not declared in this scope
    glGenerateMipmap(GL_TEXTURE_2D);



    That's an OpenGL4 function, so no. You can use gluBuild2DMipmaps instead.
    This is just like television, only you can see much further.
  • »15.04.17 - 18:33
    Profile Visit Website