mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Allocator refactor
This commit is contained in:
@@ -50,4 +50,10 @@ IGpVOSEventQueue *PLDrivers::GetVOSEventQueue()
|
||||
return ms_drivers.GetDriver<GpDriverIDs::kEventQueue>();
|
||||
}
|
||||
|
||||
IGpAllocator *PLDrivers::GetAlloc()
|
||||
{
|
||||
return ms_drivers.GetDriver<GpDriverIDs::kAlloc>();
|
||||
}
|
||||
|
||||
|
||||
GpDriverCollection PLDrivers::ms_drivers;
|
||||
|
Reference in New Issue
Block a user