glok
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.backend.gl
Package-level
declarations
Types
Functions
Properties
Types
GLTexture
Link copied to clipboard
jvm
class
GLTexture
:
AbstractTexture
Testing
Reflection
Link copied to clipboard
jvm
class
TestingReflection
Properties
gl
To
Glok
Key
Mapping
Link copied to clipboard
jvm
val
glToGlokKeyMapping
:
Map
<
Int
,
Key
>
Functions
create
Texture
Link copied to clipboard
jvm
fun
createTexture
(
name
:
String
,
data
:
ByteBuffer
)
:
Texture
fun
createTexture
(
name
:
String
,
data
:
ByteArray
)
:
Texture
load
Texture
Link copied to clipboard
jvm
fun
loadTexture
(
file
:
File
)
:
Texture