diff --git a/renderdoc/api/replay/d3d12_pipestate.h b/renderdoc/api/replay/d3d12_pipestate.h index b21139bde..66a6a3d22 100644 --- a/renderdoc/api/replay/d3d12_pipestate.h +++ b/renderdoc/api/replay/d3d12_pipestate.h @@ -871,7 +871,7 @@ struct State DOCUMENT(R"(The root signature, as a range per element. -:type: List[RootSignatureRange] +:type: List[D3D12RootSignatureRange] )"); rdcarray rootElements; @@ -932,7 +932,7 @@ struct State DOCUMENT(R"(The resource states for the currently live resources. -:type: List[ResourceData] +:type: List[D3D12ResourceData] )"); rdcarray resourceStates; };