mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 12:08:12 +00:00
fix ASAN error: make overlay_pass destructor virtual
This commit is contained in:
parent
b7b87096d8
commit
db2341c842
@ -77,7 +77,7 @@ namespace vk
|
||||
u32 m_vao_offset = 0;
|
||||
|
||||
overlay_pass();
|
||||
~overlay_pass();
|
||||
virtual ~overlay_pass();
|
||||
|
||||
u64 get_pipeline_key(VkRenderPass pass);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user