Template Class MemoryPool
Defined in File directx-memory.h
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public gpa::gpu_utility::directx::IMemoryPool
(Class IMemoryPool)
Class Documentation
-
template<typename MemoryType>
class MemoryPool : public gpa::gpu_utility::directx::IMemoryPool Public Functions
-
inline std::shared_ptr<MemoryRange<MemoryType>> Allocate(uint64_t size)
-
inline virtual void OnRangeDestroy(size_t chunkId, uint64_t offset, uint64_t size) override
-
inline std::shared_ptr<MemoryRange<MemoryType>> Allocate(uint64_t size)