Skip to content

Commit 7a97c65

Browse files
committed
Fix "duplicated" docstring
1 parent 1f29df7 commit 7a97c65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

renderdoc/api/replay/d3d11_pipestate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ struct OutputMerger
580580
bool stencilReadOnly = false;
581581
};
582582

583-
DOCUMENT("Describes the current state of predicated rendering.");
583+
DOCUMENT("Describes the current state of D3D11 predicated rendering.");
584584
struct Predication
585585
{
586586
DOCUMENT("");

renderdoc/api/replay/d3d12_pipestate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ struct RootSignature
925925
rdcarray<StaticSampler> staticSamplers;
926926
};
927927

928-
DOCUMENT("Describes the current state of predicated rendering.");
928+
DOCUMENT("Describes the current state of D3D12 predicated rendering.");
929929
struct Predication
930930
{
931931
DOCUMENT("");

0 commit comments

Comments
 (0)