mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Fix "duplicated" docstring
This commit is contained in:
@@ -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("");
|
||||
|
||||
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user