mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-09 17:25:18 -06:00
rsx: add virtual destructor for default_vertex_cache
This commit is contained in:
parent
f413996362
commit
c8c8ce5e9e
@ -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…
Reference in New Issue
Block a user