FOpenGLTextureReference::GetTextureBaseRHI

Returns access to the platform-specific RHI texture baseclass.

Windows
MacOS
Linux

Override Hierarchy

FRHITexture::GetTextureBaseRHI()

FOpenGLTextureReference::GetTextureBaseRHI()

References

Module

OpenGLDrv

Header

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

Include

#include "OpenGLResources.h"

Syntax

virtual void * GetTextureBaseRHI()

Remarks

Returns access to the platform-specific RHI texture baseclass. This is designed to provide the RHI with fast access to its base classes in the face of multiple inheritance.

Returns

The pointer to the platform-specific RHI texture baseclass or NULL if it not initialized or not supported for this RHI

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss