mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Add pixel history to the common feature set
This commit is contained in:
@@ -55,6 +55,7 @@ Current Common Feature set
|
||||
|
||||
* Custom visualisation shader support - e.g. decode custom packed formats or gbuffers.
|
||||
* Hot shader editing and replacement.
|
||||
* Pixel history support to determine the set of changes of a given pixel.
|
||||
* Auto-range fitting to min/max values in texture data, and histogram display.
|
||||
* Simple per-action timings and tabular view of GPU counter data.
|
||||
* Python scripting console with full documented API, giving complete access to RenderDoc internals, core data structures, and the Qt UI itself.
|
||||
@@ -72,7 +73,6 @@ D3D11
|
||||
|
||||
* Support for D3D11 up to D3D11.4, Windows Vista and above. Where hardware support isn't available for feature level 11, WARP will be used.
|
||||
* Debug marker support comes from any available D3D interface (ID3DUserDefinedAnnotation, D3DPERF\_ functions, etc)
|
||||
* Pixel history view.
|
||||
* Vertex, Pixel and Compute shader debugging.
|
||||
* Detailed statistics on API call usage throughout the frame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user