Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FOpenGLCommonState
- FOpenGLContextState
- FOpenGLRHIState
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h |
| Include | #include "OpenGLState.h" |
Syntax
struct FOpenGLCommonState
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FOpenGLSamplerState * > | SamplerStates | ||
| TArray< FTextureStage > | Textures | ||
| TArray< FUAVStage > | UAVs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | InitializeResources
(
int32 NumCombinedTextures, |
NumCombinedTextures must be greater than or equal to FOpenGL::GetMaxCombinedTextureImageUnits() NumCombinedUAVUnits must be greater than or equal to FOpenGL::GetMaxCombinedUAVUnits() |