mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk/rsx: Fix build errors and warnings
This commit is contained in:
parent
2f9e1cf4df
commit
931a2c516f
|
|
@ -64,7 +64,7 @@ namespace vk
|
|||
};
|
||||
|
||||
const vk::render_device* m_device = nullptr;
|
||||
sync_domain m_domain = sync_domain::any;
|
||||
sync_domain m_domain = sync_domain::host;
|
||||
sync_backend m_backend = sync_backend::events_v1;
|
||||
|
||||
// For events_v1 and events_v2
|
||||
|
|
@ -131,7 +131,7 @@ namespace vk
|
|||
};
|
||||
|
||||
VkBuffer m_buffer_handle = VK_NULL_HANDLE;
|
||||
u32 m_buffer_offset = 0;
|
||||
u64 m_buffer_offset = 0;
|
||||
volatile u32* m_ptr = nullptr;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue