EGLSamplerData

These enum is just used to count the number of members in this struct.

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h

Include

#include "OpenGLState.h"

Syntax

enum EGLSamplerData
{
    EGLSamplerData_WrapS,
    EGLSamplerData_WrapT,
    EGLSamplerData_WrapR,
    EGLSamplerData_LODBias,
    EGLSamplerData_MagFilter,
    EGLSamplerData_MinFilter,
    EGLSamplerData_MaxAniso,
    EGLSamplerData_CompareMode,
    EGLSamplerData_CompareFunc,
    EGLSamplerData_Num,
}

Values

Name

Description

EGLSamplerData_WrapS

EGLSamplerData_WrapT

EGLSamplerData_WrapR

EGLSamplerData_LODBias

EGLSamplerData_MagFilter

EGLSamplerData_MinFilter

EGLSamplerData_MaxAniso

EGLSamplerData_CompareMode

EGLSamplerData_CompareFunc

EGLSamplerData_Num

Remarks

These enum is just used to count the number of members in this struct.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss