FOpenGLEventQuery::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()

FOpenGLEventQuery::InitDynamicRHI()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h

Include

#include "OpenGLResources.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLQuery.cpp

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.