Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRenderResource
- FTileVertexDeclaration
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GlobalRenderResources.h |
| Include | #include "GlobalRenderResources.h" |
Syntax
class FTileVertexDeclaration : public FRenderResource
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVertexDeclarationRHIRef | VertexDeclarationRHI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. | |
| void | ReleaseRHI () |
Releases the RHI resources used by this resource. |