Uploaded image for project: 'OpenVDB'
  1. OpenVDB
  2. OVDB-79

GL Deprecations in macOS 10.14

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • Core
    • None

      Building vdb_view on macOS > 10.14 produces a number of deprecation warnings from OpenGL usage. These should be fixed.

      There's quite a few, here's an example:

      /Users/nna/dev/openvdb/openvdb/viewer/RenderModules.cc:463:9: warning: 'glIsProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
          if (glIsProgram(mProgram) == GL_FALSE) throw "Error: Unable to create shader program.";
      

            Unassigned Unassigned
            nna nna
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: