Update docs on Qt support

This commit is contained in:
baldurk
2017-02-23 14:49:58 +00:00
parent 57f11ca568
commit ea95d4e943
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ There are several places where OpenGL is not yet at feature parity with D3D11.
Linux and OS X
--------------
Linux and OS X support follows naturally when thinking about OpenGL support. Currently there is full support for capturing and replaying on linux, however the Qt UI is still work in progress. The recommended method is to capture on linux, and then replay on windows. For more information on this see :doc:`../how/how_network_capture_replay`.
Linux and OS X support follows naturally when thinking about OpenGL support. There is full support for capturing and replaying on linux, with the UI based on Qt. It is also possible to capture on linux, and then replay on windows. For more information on this see :doc:`../how/how_network_capture_replay`.
See Also
--------
+1 -2
View File
@@ -15,8 +15,7 @@ Planned features
* Mesh display after HS stage.
* Perfkit/PerfHUD integration for vendor-specific detailed performance timers.
* Multiple frames in a single capture/logfile.
* D3D12 support.
* Further work on Qt UI.
* Replacing .NET UI with the Qt UI.
* Diffing events in a given frame.
* Modifying the pipeline on the fly to change state.
* Highlighting redundant state-setting.
+1 -1
View File
@@ -45,7 +45,7 @@ RenderDoc has initial support for Vulkan at the launch of version 1.0, but it co
Non-windows platforms
---------------------
Linux and other platform support follows naturally when thinking about Vulkan support. Currently there is full support for capturing and replaying on linux, however the Qt UI is still work in progress. For more information on this see :doc:`../how/how_network_capture_replay`.
Linux and other pltaform support follows naturally when thinking about Vulkan support. There is full support for capturing and replaying on linux, with the UI based on Qt. It is also possible to capture on another platform, and then replay on windows or windows. For more information on this see :doc:`../how/how_network_capture_replay`.
See Also
--------