Skip to content

Commit 5b624af

Browse files
ClxSZorro666
authored andcommitted
Fixed missing switch case break on D3D12DescriptorType::CBV
1 parent f1ea038 commit 5b624af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renderdoc/driver/d3d12/d3d12_dxil_debug.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,6 +1969,7 @@ ResourceReferenceInfo D3D12APIWrapper::FetchResourceReferenceInfo(const DXDebug:
19691969
resRefInfo.resClass = DXIL::ResourceClass::CBuffer;
19701970
resRefInfo.descType = DescriptorType::ConstantBuffer;
19711971
resRefInfo.varType = VarType::ConstantBlock;
1972+
break;
19721973
}
19731974
case D3D12DescriptorType::SRV:
19741975
{

0 commit comments

Comments
 (0)