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 FGlobalDynamicIndexBufferAllocation
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | Buffer | The location of the buffer in main memory. | |
| uint32 | FirstIndex | The offset in to the index buffer. | |
| FIndexBuffer * | IndexBuffer | The vertex buffer to bind for draw calls. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Returns true if the allocation is valid. |