mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Fixed missing switch case break on D3D12DescriptorType::CBV
This commit is contained in:
@@ -1969,6 +1969,7 @@ ResourceReferenceInfo D3D12APIWrapper::FetchResourceReferenceInfo(const DXDebug:
|
||||
resRefInfo.resClass = DXIL::ResourceClass::CBuffer;
|
||||
resRefInfo.descType = DescriptorType::ConstantBuffer;
|
||||
resRefInfo.varType = VarType::ConstantBlock;
|
||||
break;
|
||||
}
|
||||
case D3D12DescriptorType::SRV:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user