mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 06:26:30 +00:00
Remove unused variable
This commit is contained in:
@@ -869,8 +869,6 @@ const Sparse::Coord PageTable::getSubresourceDim(uint32_t subresource) const
|
||||
|
||||
Coord PageTable::calcSubresourcePageDim(uint32_t subresource) const
|
||||
{
|
||||
const uint32_t mipLevel = subresource % m_MipCount;
|
||||
|
||||
const Sparse::Coord mipDim = getSubresourceDim(subresource);
|
||||
|
||||
// for each page that is fully or partially used
|
||||
|
||||
Reference in New Issue
Block a user