Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h |
| Include | #include "OpenGLState.h" |
Syntax
struct FOpenGLSamplerStateData
Variables
| Type | Name | Description | |
|---|---|---|---|
| GLint | CompareFunc | ||
| GLint | CompareMode | ||
| GLint | LODBias | ||
| GLint | MagFilter | ||
| GLint | MaxAnisotropy | ||
| GLint | MinFilter | ||
| GLint | WrapR | ||
| GLint | WrapS | ||
| GLint | WrapT |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Enums
| Type | Name | Description | |
|---|---|---|---|
| EGLSamplerData | These enum is just used to count the number of members in this struct. |