Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderResource
Description
Initializes the RHI resources used by this resource. Called when entering the state where both the resource and the RHI have been initialized. This is only called by the rendering thread.
Derived Overrides
- FClearVertexBuffer::InitRHI
- FCubeIndexBuffer::InitRHI
- FEmptyResourceCollection::InitRHI
- FEmptyVertexDeclaration::InitRHI
- FFilterVertexDeclaration::InitRHI
- FGlobalDynamicReadBuffer::InitRHI
- FMediaVertexDeclaration::InitRHI
- FNullColorVertexBuffer::InitRHI
- FNullVertexBuffer::InitRHI
- FPrimitiveIdDummyBuffer::InitRHI
- FScreenRectangleIndexBuffer::InitRHI
- FScreenRectangleVertexBuffer::InitRHI
- FScreenSpaceVertexBuffer::InitRHI
- FTextureReference::InitRHI
- FTileVertexDeclaration::InitRHI
- FTwoTrianglesIndexBuffer::InitRHI
- TUniformBuffer::InitRHI
| Name | InitRHI |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderResource.h |
| Include Path | #include "RenderResource.h" |
virtual void InitRHI
(
FRHICommandListBase & RHICmdList
)