Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FGlobalDynamicIndexBufferAllocation
- FGlobalDynamicIndexBufferAllocationEx
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GlobalRenderResources.h |
| Include | #include "GlobalRenderResources.h" |
Syntax
struct FGlobalDynamicIndexBufferAllocationEx : public FGlobalDynamicIndexBufferAllocation
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | IndexStride | The allocation stride (2 or 4 bytes). | |
| uint32 | MaxUsedIndex | The maximum value of the indices used. | |
| uint32 | NumIndices | The number of indices allocated. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGlobalDynamicIndexBufferAllocationEx
(
const FGlobalDynamicIndexBufferAllocation& InRef, |