mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 06:26:30 +00:00
Remove assert that's no longer needed
This commit is contained in:
@@ -3038,8 +3038,6 @@ void AddSignatureParameter(uint32_t id, uint32_t childIdx, string varName, SPVTy
|
||||
rowmajor = false;
|
||||
}
|
||||
|
||||
RDCASSERT(sig.regIndex < 16);
|
||||
|
||||
if(type->type == SPVTypeData::ePointer)
|
||||
type = type->baseType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user