GlUtil.GlException
Artifact: androidx.media3:media3-common
class GlUtil.GlException : Exception
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.media3.common.util.GlUtil.GlException |
Thrown when an OpenGL error occurs.
Summary
Public constructors |
|---|
GlException(message: String!)Creates an instance with the specified error message. |
GlException(message: String!, errorCodes: (Mutable)List<Int!>!)Creates an instance with the specified error message and error codes. |
Public properties |
|
|---|---|
ImmutableList<Int!>! |
The OpenGL error codes if present, empty if the error is not from the OpenGL engine. |
Inherited functions |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
GlException
GlException(message: String!, errorCodes: (Mutable)List<Int!>!)
Creates an instance with the specified error message and error codes.
Public properties
errorCodes
val errorCodes: ImmutableList<Int!>!
The OpenGL error codes if present, empty if the error is not from the OpenGL engine.