Choose your operating system:
Windows
macOS
Linux
| FRHIViewport::GetNativeBackBufferTexture()
|
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
Include |
#include "RHIResources.h" |
virtual void * GetNativeBackBufferTexture() const
Returns access to the platform-specific native resource pointer to a backbuffer texture. This is designed to be used to provide plugins with access to the underlying resource and should be used very carefully or not at all.
The pointer to the native resource or NULL if it not initialized or not supported for this resource type for some reason