mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-11 00:05:51 +00:00
This commit changes WrappingPool::IsAlloc to take a const pointer as argument as pointer isnt modified. ItemPool::IsAlloc is changed to a const function taking a const poiner as argument.