mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
DXIL Debugger remove incorrect assert for byte addressing and stride
This commit is contained in:
@@ -2078,8 +2078,6 @@ bool ThreadState::ExecuteInstruction(DebugAPIWrapper *apiWrapper,
|
||||
}
|
||||
|
||||
uint32_t stride = fmt.stride;
|
||||
RDCASSERT(!((stride == 1) ^ byteAddress));
|
||||
|
||||
RDCASSERTNOTEQUAL(stride, 0);
|
||||
RDCASSERTNOTEQUAL(fmt.compType, CompType::Typeless);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user