We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29df7 commit 7a97c65Copy full SHA for 7a97c65
renderdoc/api/replay/d3d11_pipestate.h
@@ -580,7 +580,7 @@ struct OutputMerger
580
bool stencilReadOnly = false;
581
};
582
583
-DOCUMENT("Describes the current state of predicated rendering.");
+DOCUMENT("Describes the current state of D3D11 predicated rendering.");
584
struct Predication
585
{
586
DOCUMENT("");
renderdoc/api/replay/d3d12_pipestate.h
@@ -925,7 +925,7 @@ struct RootSignature
925
rdcarray<StaticSampler> staticSamplers;
926
927
928
+DOCUMENT("Describes the current state of D3D12 predicated rendering.");
929
930
931
0 commit comments