Fix "duplicated" docstring

This commit is contained in:
baldurk
2026-02-04 23:18:04 +00:00
parent 1f29df7bfb
commit 7a97c65122
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ struct OutputMerger
bool stencilReadOnly = false;
};
DOCUMENT("Describes the current state of predicated rendering.");
DOCUMENT("Describes the current state of D3D11 predicated rendering.");
struct Predication
{
DOCUMENT("");
+1 -1
View File
@@ -925,7 +925,7 @@ struct RootSignature
rdcarray<StaticSampler> staticSamplers;
};
DOCUMENT("Describes the current state of predicated rendering.");
DOCUMENT("Describes the current state of D3D12 predicated rendering.");
struct Predication
{
DOCUMENT("");