Class RendererAllocation
Inheritance
RendererAllocation
Inherited Members
RendererAllocation
Assembly: FlaxEngine.dll
File: Engine/Renderer/RendererAllocation.h
Syntax
public class RendererAllocation : public SimpleHeapAllocation
Methods
Allocate(uintptr size)
Declaration
public static FLAXENGINE_API void* Allocate(uintptr size)
Parameters
uintptr
size
|
Returns
FLAXENGINE_API void
|
Free(void* ptr, uintptr size)
Declaration
public static FLAXENGINE_API void Free(void* ptr, uintptr size)
Parameters
void
ptr
|
uintptr
size
|
Returns
FLAXENGINE_API void
|