diff --git a/renderdoc/api/replay/d3d11_pipestate.h b/renderdoc/api/replay/d3d11_pipestate.h index bfef472d5..ee1698110 100644 --- a/renderdoc/api/replay/d3d11_pipestate.h +++ b/renderdoc/api/replay/d3d11_pipestate.h @@ -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(""); diff --git a/renderdoc/api/replay/d3d12_pipestate.h b/renderdoc/api/replay/d3d12_pipestate.h index 87f9e1949..61976cfa1 100644 --- a/renderdoc/api/replay/d3d12_pipestate.h +++ b/renderdoc/api/replay/d3d12_pipestate.h @@ -925,7 +925,7 @@ struct RootSignature rdcarray staticSamplers; }; -DOCUMENT("Describes the current state of predicated rendering."); +DOCUMENT("Describes the current state of D3D12 predicated rendering."); struct Predication { DOCUMENT("");