Remove (almost) all references to pRenderer (#651)
Remove all references to pRenderer, except from the DebugDraw and LyShine Gems that are still being updated.
This commit is contained in:
@@ -116,7 +116,6 @@ namespace CryMemory
|
||||
struct ICustomMemoryHeap;
|
||||
class IGeneralMemoryHeap;
|
||||
class IPageMappingHeap;
|
||||
class IDefragAllocator;
|
||||
class IMemoryAddressRange;
|
||||
|
||||
// Description:
|
||||
@@ -180,8 +179,6 @@ struct IMemoryManager
|
||||
|
||||
virtual IMemoryAddressRange* ReserveAddressRange(size_t capacity, const char* sName) = 0;
|
||||
virtual IPageMappingHeap* CreatePageMappingHeap(size_t addressSpace, const char* sName) = 0;
|
||||
|
||||
virtual IDefragAllocator* CreateDefragAllocator() = 0;
|
||||
};
|
||||
|
||||
// Global function implemented in CryMemoryManager_impl.h
|
||||
|
||||
Reference in New Issue
Block a user