Render target path explanation
parent
8491e1f224
commit
a9fe22b8bb
|
@ -89,14 +89,16 @@ __TOC__
|
||||||
|
|
||||||
[https://github.com/xenia-project/xenia/wiki/FAQ#what-is-rov What is ROV (rasterizer-ordered views)?]
|
[https://github.com/xenia-project/xenia/wiki/FAQ#what-is-rov What is ROV (rasterizer-ordered views)?]
|
||||||
|
|
||||||
|
Leave this option blank for auto-selection.
|
||||||
|
|
||||||
{|
|
{|
|
||||||
! <code>render_target_path_d3d12</code> =
|
! <code>render_target_path_d3d12</code> =
|
||||||
! <code>string</code>
|
! <code>string</code>
|
||||||
|-
|
|-
|
||||||
| RTV ''(recommended)''
|
| RTV ''(recommended for speed)''
|
||||||
| <code>rtv</code>
|
| <code>rtv</code>
|
||||||
|-
|
|-
|
||||||
| ROV ''(if available)''
|
| ROV ''(if available, for higher accuracy in certain cases)''
|
||||||
| <code>rov</code>
|
| <code>rov</code>
|
||||||
|}
|
|}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue