Files
renderdoc/qrenderdoc
baldurk 186ca30045 Treat binding viewcasts are always definitive
* On APIs like vulkan the view casting happens from an already typed format, so
  don't assume that casts are only applied when the underlying format is
  typeless. When a cast is not valid the view format should never be different
  from the underlying image format as the API should never make it possible to
  validly create or bind a view with a different format.
2019-11-26 17:38:26 +00:00
..
2019-08-27 18:51:56 +01:00

Windows build

Until qrenderdoc is ready, you need to download some dependencies to build:

  • Qt
  • Python
  • PySide2
  • SWIG (custom fork)

Download this zip and unzip to this folder (the 3rdparty/ in the zip should go into the 3rdparty/ folder here) before building.