Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Vulkan Examples not working
Forum Updated to NodeBB v4.3 + New Features

Vulkan Examples not working

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 2 Posters 896 Views 2 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.
  • W Offline
    W Offline
    Werwolfi
    wrote on last edited by
    #1

    Environment:

    • QT 5.12.2 MSVC 2017 64-Bit
    • QT Creator 4.8.2
    • latest Vulkan SDK installed

    Issue:
    Sadly I was unable to find any informations about how to get the vulkan examples working. Following Error occurs:

    0_1553892129119_qtcreator_2019-03-29_21-17-52.png

    I hope someone knows the solution for hits issue.
    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you check whether the configuration of the VULKAN_SDK environment variable can be found in the environment of your project ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • W Offline
        W Offline
        Werwolfi
        wrote on last edited by Werwolfi
        #3

        It is the original hellovulkanwindow example from qt so i assumed it should be already all set or not?
        But i also checked it and yes it exists.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          The example itself is independent of that.

          The support for Vulkan is part of the QtGUI module.

          One alternative would be to modify the .pro file and add INCLUDEPATH += ${VULKAN_SDK}/path_to_includes

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          W 1 Reply Last reply
          1
          • SGaistS SGaist

            The example itself is independent of that.

            The support for Vulkan is part of the QtGUI module.

            One alternative would be to modify the .pro file and add INCLUDEPATH += ${VULKAN_SDK}/path_to_includes

            W Offline
            W Offline
            Werwolfi
            wrote on last edited by
            #5

            @SGaist Thank you very much, so simple and still so hard to find :) Seems to work now

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Great !

              Note that this is currently a workaround as it should not be needed to build applications.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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