Fixed bug in VmaBlockMetadata_Generic::IsBufferImageGranularityConflictPossible. Another minor fix.
This commit is contained in:
parent
0eeed59309
commit
2af57d7f47
2 changed files with 2 additions and 2 deletions
|
@ -8329,7 +8329,7 @@ bool VmaBlockMetadata_Generic::IsBufferImageGranularityConflictPossible(
|
|||
}
|
||||
}
|
||||
|
||||
return !typeConflictFound || minAlignment >= bufferImageGranularity;
|
||||
return typeConflictFound || minAlignment >= bufferImageGranularity;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue