FSlateRenderTargetRHI::InitDynamicRHI

Initializes the dynamic RHI resource and/or RHI render target used by this resource.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRenderResource::InitDynamicRHI()

FSlateRenderTargetRHI::InitDynamicRHI()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h

Include

#include "Slate/SlateTextures.h"

Syntax

virtual void InitDynamicRHI()

Remarks

Initializes the dynamic RHI resource and/or RHI render target used by this resource. Called when the resource is initialized, or when reseting all RHI resources. Resources that need to initialize after a D3D device reset must implement this function. This is only called by the rendering thread.