mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix mutable bitmask being set when cache is populated
This commit is contained in:
@@ -398,7 +398,6 @@ void WrappedID3D12DescriptorHeap::SetToViewCache(uint32_t index, const D3D12Pipe
|
||||
cachedViews[index] = view;
|
||||
// we re-use bind as the indicator that this view is valid
|
||||
cachedViews[index].bind = 1;
|
||||
mutableViewBitmask[index / 64] |= (1ULL << (index % 64));
|
||||
}
|
||||
|
||||
WrappedID3D12DescriptorHeap::WrappedID3D12DescriptorHeap(ID3D12DescriptorHeap *real,
|
||||
|
||||
Reference in New Issue
Block a user