mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
rsx: add virtual destructor for default_vertex_cache
This commit is contained in:
parent
f413996362
commit
c8c8ce5e9e
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ namespace rsx
|
|||
class default_vertex_cache
|
||||
{
|
||||
public:
|
||||
virtual ~default_vertex_cache() {};
|
||||
virtual storage_type* find_vertex_range(uintptr_t /*local_addr*/, upload_format, u32 /*data_length*/) { return nullptr; }
|
||||
virtual void store_range(uintptr_t /*local_addr*/, upload_format, u32 /*data_length*/, u32 /*offset_in_heap*/) {}
|
||||
virtual void purge() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue