mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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…
x
Reference in New Issue
Block a user