Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FRHIResource
- FRHIViewport
- FOpenGLViewport
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h |
| Include | #include "OpenGLResources.h" |
Syntax
class FOpenGLViewport : public FRHIViewport
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenGLViewport
(
FOpenGLDynamicRHI* InOpenGLRHI, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOpenGLTexture * | |||
| FPlatformOpenGLContext * | GetGLContext () |
||
| FOpenGLDynamicRHI * | GetOpenGLRHI () |
||
| FIntPoint | GetSizeXY () |
Accessors. | |
| bool | IsFullscreen () |
||
| void | Resize
(
uint32 InSizeX, |
Overridden from FRHIViewport
| Type | Name | Description | |
|---|---|---|---|
| FRHICustomPresent * | Returns currently set custom present handler. | ||
| void * | GetNativeWindow
(
void** AddParam |
Returns access to the platform-specific native window. | |
| void | |||
| void | Sets custom Present handler on the viewport | ||
| void |