Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRenderResource
- FVertexBuffer
- FPrimitiveIdDummyBuffer
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include | #include "VertexFactory.h" |
Syntax
class FPrimitiveIdDummyBuffer : public FVertexBuffer
Remarks
Default PrimitiveId vertex buffer. Contains a single index of 0. This is used when the VF is used for rendering outside normal mesh passes, where there is no valid scene.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FShaderResourceViewRHIRef | VertexBufferSRV |
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. |