mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 11:52:12 +01:00
[dxvk] Remove unused m_device member from DxvkBuffer
This commit is contained in:
parent
7b4925dc45
commit
321338af00
@ -296,7 +296,6 @@ namespace dxvk {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
DxvkDevice* m_device;
|
|
||||||
Rc<vk::DeviceFn> m_vkd;
|
Rc<vk::DeviceFn> m_vkd;
|
||||||
DxvkBufferCreateInfo m_info;
|
DxvkBufferCreateInfo m_info;
|
||||||
DxvkMemoryAllocator* m_memAlloc;
|
DxvkMemoryAllocator* m_memAlloc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user