Fix broken link and some missing emphasis.

This commit is contained in:
Matthäus G. Chajdas
2016-05-15 16:46:26 +02:00
committed by baldurk
parent f124f3f389
commit 4bb04c6dae
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ Current Windows+D3D11 Feature set
* Timeline bar of the scene hierarchy.
* Displays scene left-to-right in time, event hierarchy top-to-bottom.
* _Not_ scaled based on time of each drawcall
* *Not* scaled based on time of each drawcall
* Individual draw events are shown as dots when the tree is full expanded.
* The currently selected resource in the texture viewer is highlighted below individual drawcalls visible that use it - e.g. purple for 'used for write', green for 'used for read'
@@ -73,7 +73,7 @@ Most features are present and supported for both D3D11 and OpenGL, but some are
* Timeline bar of the scene hierarchy.
* Displays scene left-to-right in time, event hierarchy top-to-bottom.
* _Not_ scaled based on time of each drawcall
* *Not* scaled based on time of each drawcall
* Individual draw events are shown as dots when the tree is full expanded.
* The currently selected resource in the texture viewer is highlighted below individual drawcalls visible that use it - e.g. purple for 'used for write', green for 'used for read'
@@ -118,7 +118,7 @@ As Vulkan is still in early support, some features are not yet supported. Featur
* Timeline bar of the scene hierarchy.
* Displays scene left-to-right in time, event hierarchy top-to-bottom.
* _Not_ scaled based on time of each drawcall
* *Not* scaled based on time of each drawcall
* Individual draw events are shown as dots when the tree is full expanded.
* The currently selected resource in the texture viewer is highlighted below individual drawcalls visible that use it - e.g. purple for 'used for write', green for 'used for read'
+1 -1
View File
@@ -67,7 +67,7 @@ There are various visualisation controls that allow you to select different chan
* The thumbnail strip (by default to the right) lists either the output targets, or shader inputs bound and used at present. Selecting each of these (the red outline on the thumbnail indicating which is selected) will follow whatever resource is bound to that slot as you browse through the scene.
E.g. if you select render target 0 then the texture display will update to show the currently bound render target 0 regardless of which texture that is. If the slot you are following becomes unbound or unused, the previous texture will still be displayed up until you select a different pipeline slot, or the slot is bound again. Unbound texture slots show up with _Unbound_ listed under their thumbnail.
E.g. if you select render target 0 then the texture display will update to show the currently bound render target 0 regardless of which texture that is. If the slot you are following becomes unbound or unused, the previous texture will still be displayed up until you select a different pipeline slot, or the slot is bound again. Unbound texture slots show up with *Unbound* listed under their thumbnail.
To open a specific texture and watch it even as it changes slots or becomes unbound, you can open it in a new locked tab. Right click on the thumbnail and 'open in new locked tab', or :doc:`open it by name <../how/how_view_texture>`.
+1 -1
View File
@@ -6,7 +6,7 @@ Tips & Tricks
This page is a random hodge-podge of different tips and tricks that might not be obvious and aren't practical to make clear in the UI - e.g. keyboard shortcuts, edge cases and suchlike.
#. File associations for .rdc and .cap files can be set up in the installer or in the :doc:`../window/option_window`. These allow automatic opening of capture logs or capture settings files directly from files.
#. File associations for .rdc and .cap files can be set up in the installer or in the :doc:`../window/options_window`. These allow automatic opening of capture logs or capture settings files directly from files.
.. note::