Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandGLCommand
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLUtil.h |
| Include | #include "OpenGLUtil.h" |
Syntax
struct FRHICommandGLCommand : public FRHICommand< FRHICommandGLCommand, FRHICommandGLCommandString >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniqueFunction< void()> | GLFunction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandGLCommand
(
TUniqueFunction< void()> InGLFunction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |