Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can QT 5.12.x and above version support OpenGL sparse texture feature - ARB_sparse_texture - call glTexPageCommitmentARB()?

Can QT 5.12.x and above version support OpenGL sparse texture feature - ARB_sparse_texture - call glTexPageCommitmentARB()?

Scheduled Pinned Locked Moved Unsolved General and Desktop
opengl
1 Posts 1 Posters 291 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jianlu
    wrote on last edited by jianlu
    #1

    Can QT 5.12.x and above version support OpenGL sparse texture feature - ARB_sparse_texture - call glTexPageCommitmentARB()?

    When I complile the code and get the link error:

    "error LNK2019: unresolved external symbol glTexPageCommitmentARB referenced in function xxxx"

    Which library in QT5.12.x or above version has this glTexPageCommitmentARB such as support sparse texture functions? Thanks

    My configuration:

    1. QT5.12.10(release version download from QT.io, not compile and build by myself)
    2. Visual Studio 2015
    3. add "GL_GLEXT_PROTOTYPES" in "C/C++/Preprocessor" in project properties so that enable the definition of "glTexPageCommitmentARB" in qopenglext.h

    #ifdef GL_GLEXT_PROTOTYPES
    GLAPI void APIENTRY glTexPageCommitmentARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit);
    #endif

    1. These libraries are set in project "link/input/additional dependencies“
      Qt5OpenGLExtensionsd.lib
      Qt53DRenderd.lib
      Qt5OpenGLd.lib
      Qt5Svgd.lib
      Qt5Widgetsd.lib
      Qt5Guid.lib
      Qt5Networkd.lib
      Qt5Xmld.lib
      Qt5Cored.lib
      OpenGL32.lib
      glu32.lib
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved