Navigation
API > API/Runtime > API/Runtime/RenderCore
The simple element vertex declaration resource type.
| Name | FMediaVertexDeclaration |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include Path | #include "MediaShaders.h" |
Syntax
class FMediaVertexDeclaration : public FRenderResource
Inheritance Hierarchy
- FRenderResource → FMediaVertexDeclaration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaVertexDeclaration() |
MediaShaders.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMediaVertexDeclaration() |
MediaShaders.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VertexDeclarationRHI | FVertexDeclarationRHIRef | MediaShaders.h |
Functions
Public
Overridden from FRenderResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. | MediaShaders.h | |
virtual void ReleaseRHI () |
Releases the RHI resources used by this resource. | MediaShaders.h |