Cogs.Core
Public Attributes | List of all members
Cogs::RenderingAllocatorInfo Struct Reference

Allocation information. More...

#include <Base.h>

Public Attributes

Memory::AllocatorbaseAllocator
 Base allocator. Used for misc. internal memory allocations.
 
Memory::AllocatorresourceAllocator
 

Detailed Description

Allocation information.

Definition at line 34 of file Base.h.

Member Data Documentation

◆ baseAllocator

Memory::Allocator* Cogs::RenderingAllocatorInfo::baseAllocator

Base allocator. Used for misc. internal memory allocations.

Definition at line 37 of file Base.h.

◆ resourceAllocator

Memory::Allocator* Cogs::RenderingAllocatorInfo::resourceAllocator

Resource allocator used to allocate memory when loading or creating resources through the graphics API.

Definition at line 41 of file Base.h.


The documentation for this struct was generated from the following file: