Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- IModuleInterface
- IDynamicRHIModule
- FOpenGLDynamicRHIModule
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h |
| Include | #include "OpenGLDrv.h" |
Syntax
class FOpenGLDynamicRHIModule : public IDynamicRHIModule
Remarks
Implements the OpenGLDrv module as a dynamic RHI providing module.
Overridden from IDynamicRHIModule
| Type | Name | Description | |
|---|---|---|---|
| FDynamicRHI * | CreateRHI
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
Creates a new instance of the dynamic RHI implemented by the module. | |
| bool | IsSupported () |
IDynamicRHIModule. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | Override this to set whether your module is allowed to be unloaded on the fly |