Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FScreenVertexDeclaration
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ScreenRendering.h |
| Include | #include "ScreenRendering.h" |
Syntax
class FScreenVertexDeclaration : public FRenderResource
Remarks
The filter vertex declaration resource type.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVertexDeclarationRHIRef | VertexDeclarationRHI |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
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. |