Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 551 Bytes

qtvulkan

compiles, runs, shows rotating cube!

requires setting VK_LAYER_PATH and LD_LIBRARY_PATH, e.g.

  • LD_LIBRARY_PATH=$HOME/Vulkan-LoaderAndValidationLayers/loader
  • VK_LAYER_PATH=$HOME/Vulkan-LoaderAndValidationLayers/dbuild/layers

or where that lies on your system.

Also make sure the include and library paths in cube.pro and lib.pro are correct.

The plan is to port the rotating cube demo, as well as have a Qt Widget that contains a lot of the boilerplate for vulkan setup.

known issues:

  • resizing is stuck after one resize event