Fixed missing switch case break on D3D12DescriptorType::CBV

This commit is contained in:
Carl
2026-04-12 20:21:55 +01:00
committed by Jake Turner
parent f1ea0386d4
commit 5b624afa43
@@ -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:
{