Cleanup.
This commit is contained in:
parent
fcc44dc107
commit
b157d15e43
@ -2641,7 +2641,6 @@ VK_IMPORT_DEVICE
|
||||
{
|
||||
TextureVK& texture = m_textures[_handle.idx];
|
||||
|
||||
VkImage srcImage = texture.m_textureImage;
|
||||
uint32_t height = bx::uint32_max(1, texture.m_height >> _mip);
|
||||
uint32_t pitch = texture.m_readback.pitch(_mip);
|
||||
uint32_t size = height * pitch;
|
||||
|
Loading…
Reference in New Issue
Block a user