mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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
|
class default_vertex_cache
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~default_vertex_cache() {};
|
||||||
virtual storage_type* find_vertex_range(uintptr_t /*local_addr*/, upload_format, u32 /*data_length*/) { return nullptr; }
|
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 store_range(uintptr_t /*local_addr*/, upload_format, u32 /*data_length*/, u32 /*offset_in_heap*/) {}
|
||||||
virtual void purge() {}
|
virtual void purge() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue