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