Cleanup.
This commit is contained in:
parent
cbdc8bf77c
commit
662071f333
@ -6246,7 +6246,8 @@ VK_DESTROY
|
||||
&& 0 != (m_flags & BGFX_TEXTURE_RT_MASK)
|
||||
&& 0 == (m_flags & BGFX_TEXTURE_RT_WRITE_ONLY)
|
||||
&& (_mip + 1) < m_numMips
|
||||
&& 0 != (_resolve & BGFX_RESOLVE_AUTO_GEN_MIPS);
|
||||
&& 0 != (_resolve & BGFX_RESOLVE_AUTO_GEN_MIPS)
|
||||
;
|
||||
|
||||
const VkImageLayout oldLayout = m_currentImageLayout;
|
||||
const VkImageLayout oldSingleMsaaLayout = m_currentSingleMsaaImageLayout;
|
||||
|
Loading…
Reference in New Issue
Block a user