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. How to enable threaded scene graph rendering on Windows?

How to enable threaded scene graph rendering on Windows?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 2.3k 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.
  • A Offline
    A Offline
    Alexey
    wrote on last edited by
    #1

    Hi,
    could you, please, tell me where should I set the QML_FORCE_THREADED_RENDERER variable to enable threaded renderer on Windows?

    Thank you!

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Control Panel->System->Preferences->Advanced->Environment variables.

      Or make a .bat script and add there:
      @
      set QML_FORCE_THREADED_RENDERER="1"
      @

      I think that should do it, but can't guarantee. I'm working mostly on Linux.

      (Z(:^

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Alexey
        wrote on last edited by
        #3

        [quote author="sierdzio" date="1361967409"]
        I think that should do it, but can't guarantee. I'm working mostly on Linux.[/quote]
        It works, thank you!

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Hey, great! So I've learned something new today, too. :)

          Please add "[SOLVED]" to topic's title for reference by future generations.

          (Z(:^

          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