Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GlobalRenderResources.h |
| Include | #include "GlobalRenderResources.h" |
Syntax
class FGlobalDynamicIndexBuffer
Remarks
A system for dynamically allocating GPU memory for indices.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGlobalDynamicIndexBuffer
(
FRHICommandListBase& InRHICmdList |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAllocationEx | Helper function to allocate. | ||
| FAllocation | Allocates space in the global index buffer. | ||
| void | Commit () |
Commits allocated memory to the GPU. | |
| void | Init
(
FRHICommandListBase& InRHICmdList |
Typedefs
| Name | Description |
|---|---|
| FAllocation | |
| FAllocationEx |