Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. gl.MULTISAMPLE is not defined in Canvas3D API?
Forum Updated to NodeBB v4.3 + New Features

gl.MULTISAMPLE is not defined in Canvas3D API?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
openglmultisampling
1 Posts 1 Posters 634 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    Stefan Monov76
    wrote on 20 Oct 2016, 16:30 last edited by Stefan Monov76
    #1

    I wanted to call:

    gl.enable(gl.MULTISAMPLE);
    

    by analogy with the commonly used C code glEnable(GL_MULTISAMPLE);.

    But gl.MULTISAMPLE has the value undefined. Is this because GL_MULTISAMPLE is part of a GL extension? Or why?

    I thought perhaps I should use something like gl.MULTISAMPLE_ARB, but I tried printing Object.keys(gl) and none of the listed constants contained "MULTISAMPLE".

    1 Reply Last reply
    0

    1/1

    20 Oct 2016, 16:30

    • Login

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