littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
GLVersion
GLVersion
class
GLVersion
(
val
platform
:
Context.Platform
,
version
:
String
=
"0.0"
,
val
vendor
:
String
=
"N/A"
,
val
renderer
:
String
=
"N/A"
)
Author
Colton Daily
Constructors
Functions
Properties
Constructors
GLVersion
Link copied to clipboard
fun
GLVersion
(
platform
:
Context.Platform
,
version
:
String
=
"0.0"
,
vendor
:
String
=
"N/A"
,
renderer
:
String
=
"N/A"
)
Functions
atleast
Link copied to clipboard
fun
atleast
(
major
:
Int
,
minor
:
Int
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
platform
Link copied to clipboard
val
platform
:
Context.Platform
renderer
Link copied to clipboard
val
renderer
:
String
vendor
Link copied to clipboard
val
vendor
:
String