#include <RuntimeMeshRendering.h>
Index Buffer
Definition at line 256 of file RuntimeMeshRendering.h.
| FRuntimeMeshIndexBuffer::FRuntimeMeshIndexBuffer |
( |
| ) |
|
| FRuntimeMeshIndexBuffer::~FRuntimeMeshIndexBuffer |
( |
| ) |
|
|
inline |
| int32 FRuntimeMeshIndexBuffer::GetBufferSize |
( |
| ) |
const |
|
inline |
Gets the full allocated size of the buffer (Equal to IndexSize * NumIndices)
Definition at line 282 of file RuntimeMeshRendering.h.
| void FRuntimeMeshIndexBuffer::InitRHI |
( |
| ) |
|
|
overridevirtual |
| int32 FRuntimeMeshIndexBuffer::Num |
( |
| ) |
|
|
inline |
| void FRuntimeMeshIndexBuffer::Reset |
( |
int32 |
InIndexSize, |
|
|
int32 |
InNumIndices, |
|
|
EUpdateFrequency |
InUpdateFrequency |
|
) |
| |
| void FRuntimeMeshIndexBuffer::SetData |
( |
const TArray< uint8 > & |
Data | ) |
|
| void FRuntimeMeshIndexBuffer::SetNum |
( |
int32 |
NewIndexCount | ) |
|
| int32 FRuntimeMeshIndexBuffer::IndexSize |
|
private |
| int32 FRuntimeMeshIndexBuffer::NumIndices |
|
private |
| EBufferUsageFlags FRuntimeMeshIndexBuffer::UsageFlags |
|
private |
The documentation for this class was generated from the following files: