Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FDynamicRHI
- FDynamicRHIPSOFallback
- IOpenGLDynamicRHI
- FOpenGLDynamicRHI
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/IOpenGLDynamicRHI.h |
| Include | #include "IOpenGLDynamicRHI.h" |
Syntax
struct IOpenGLDynamicRHI : public FDynamicRHIPSOFallback
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTexture2DRHIRef | RHICreateTexture2DArrayFromResource
(
EPixelFormat Format, |
||
| FTexture2DRHIRef | RHICreateTexture2DFromResource
(
EPixelFormat Format, |
||
| FTextureCubeRHIRef | RHICreateTextureCubeFromResource
(
EPixelFormat Format, |
||
| int32 | |||
| int32 | |||
| GLuint | RHIGetResource
(
FRHITexture* InTexture |
||
| bool | RHIIsValidTexture
(
GLuint InTexture |
||
| void | RHISetExternalGPUTime
(
uint32 InExternalGPUTime |
||
| bool |
Overridden from FDynamicRHI
| Type | Name | Description | |
|---|---|---|---|
| ERHIInterfaceType |