Announcement

Collapse
No announcement yet.

Utilizing Vulkan Within Qt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Utilizing Vulkan Within Qt

    Phoronix: Utilizing Vulkan Within Qt

    A Qt user brought up a mailing list discussion over Vulkan usage within Qt. A few interesting remarks were made by upstream developers...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Typo, Michael

    Vulkan back-end for Qt 3D would be much more owkr
    All opinions are my own not those of my employer if you know who they are.

    Comment


    • #3
      Originally posted by Ericg View Post
      Typo, Michael
      See that's a problem with Vulkan. Everything is asynchronous so the programmer is responsible for making sure the order of submission for all the letters is correct.

      Comment


      • #4
        Originally posted by chuckula View Post

        See that's a problem with Vulkan. Everything is asynchronous so the programmer is responsible for making sure the order of submission for all the letters is correct.
        That's a problem that affects all async programming. I see (again and again), senior devs, that can write synchronous code blindfolded that mess up pretty bad when they need to go async. Mainly because async code is so much harder to test properly.

        Comment

        Working...
        X