Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHITextureReference
Description
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.
Virtual Inheritance
- FRHITexture::GetTextureBaseRHI → FRHITextureReference::GetTextureBaseRHI
| Name | GetTextureBaseRHI |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITextureReference.h |
| Include Path | #include "RHITextureReference.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHITextureReference.cpp |
virtual void * GetTextureBaseRHI()
The pointer to the platform-specific RHI texture baseclass or NULL if it not initialized or not supported for this RHI