Struct RenderListAlloc
Assembly: FlaxEngine.dll
File: Engine/Renderer/RenderList.h
Syntax
public struct RenderListAlloc
Constructors
~RenderListAlloc()
Declaration
public ~RenderListAlloc()
Fields
Data
Declaration
public void* Data = nullptr
Field Value
|
void
|
NeedFree
Declaration
public bool NeedFree = false
Field Value
|
bool
|
Size
Declaration
public uint32 Size = 0
Field Value
|
uint32
|
Methods
Get()
Declaration
public T* Get()
Returns
|
T
|
Type Parameters
|
typename T
|
Init(RenderList* list, int32 count, uint32 alignment=1)
Declaration
public T* Init(RenderList* list, int32 count, uint32 alignment=1)
Parameters
|
RenderList
list
|
|
int32
count
|
|
uint32
alignment
|
Returns
|
T
|
Type Parameters
|
typename T
|
Init(RenderList* list, uint32 size, uint32 alignment=1)
Declaration
public void* Init(RenderList* list, uint32 size, uint32 alignment=1)
Parameters
|
RenderList
list
|
|
uint32
size
|
|
uint32
alignment
|
Returns
|
void
|