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. Multisampling maximum available samples

Multisampling maximum available samples

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 316 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.
  • mmjvoxM Offline
    mmjvoxM Offline
    mmjvox
    wrote on last edited by mmjvox
    #1

    I have to enable multismpling to have better rendering in qml animations like rotations:

    without enabled multismpling:
    226e5027-a98a-4d48-aabc-3e3c5c831d5e-image.png

    whith enabled multisampling:
    88986782-6f88-4882-bfa4-88df2b03cdca-image.png

    After i set samples in QSurfaceFormat defaultf ormat :

    QSurfaceFormat format;
    format.setSamples(8);
    QSurfaceFormat::setDefaultFormat(format);
    

    It going to this error on some machines

    6262ad43-05a6-44a8-bb03-fe675f1244c3-image.png

    How to get maximum available samples in QSurfaceFormat on each machine? or How to make sure multisampling is supported or not?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jeremy Walker
      wrote on last edited by
      #2

      I have the exact same question. Any luck?

      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