Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FTextureReference
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.
Virtual Inheritance
- FRenderResource::InitRHI → FTextureReference::InitRHI
| Name | InitRHI |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderResource.h |
| Include Path | #include "RenderResource.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp |
virtual void InitRHI
(
FRHICommandListBase & RHICmdList
)