Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FIndexBuffer
- FRawIndexBuffer16or32
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
| Include | #include "RawIndexBuffer.h" |
Syntax
class FRawIndexBuffer16or32 : public FIndexBuffer
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Orders a triangle list for better vertex cache coherency. | ||
| void | Computes whether index buffer should be 32 bit | ||
| void | ForceUse32Bit
(
bool bIn32Bit |
Forces (or not) usage of 32 bits indices. |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. |