mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-06 00:57:40 +02:00
[dxvk] Fixed DxvkPhysicalBufferSlice initialization
This commit is contained in:
parent
9334873188
commit
82ffa88efd
@ -196,9 +196,9 @@ namespace dxvk {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
Rc<DxvkPhysicalBuffer> m_buffer;
|
Rc<DxvkPhysicalBuffer> m_buffer = nullptr;
|
||||||
VkDeviceSize m_offset;
|
VkDeviceSize m_offset = 0;
|
||||||
VkDeviceSize m_length;
|
VkDeviceSize m_length = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user