data class EGLVersion


Identifier for the current EGL implementation

Summary

Public companion properties

EGLVersion

Sentinel EglVersion value returned in error situations

EGLVersion

Constant that represents version 1.4 of the EGL spec

EGLVersion

Constant that represents version 1.5 of the EGL spec

Public constructors

EGLVersion(major: Int, minor: Int)

Public functions

open String

Public properties

Int

Major version of the EGL implementation

Int

Minor version of the EGL implementation

Public companion properties

Unknown

val UnknownEGLVersion

Sentinel EglVersion value returned in error situations

V14

val V14EGLVersion

Constant that represents version 1.4 of the EGL spec

V15

val V15EGLVersion

Constant that represents version 1.5 of the EGL spec

Public constructors

EGLVersion

Added in 1.0.0-rc01
EGLVersion(major: Int, minor: Int)
Parameters
major: Int

Major version of the EGL implementation

minor: Int

Minor version of the EGL implementation

Public functions

toString

open fun toString(): String

Public properties

major

Added in 1.0.0-rc01
val majorInt

Major version of the EGL implementation

minor

Added in 1.0.0-rc01
val minorInt

Minor version of the EGL implementation