toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.kgl
/
KmlGlBuffer
Kml
Gl
Buffer
class
KmlGlBuffer
(
val
gl
:
KmlGl
,
val
type
:
Int
,
val
buf
:
Int
)
Members
Constructors
Kml
Gl
Buffer
Link copied to clipboard
constructor
(
gl
:
KmlGl
,
type
:
Int
,
buf
:
Int
)
Properties
buf
Link copied to clipboard
val
buf
:
Int
gl
Link copied to clipboard
val
gl
:
KmlGl
type
Link copied to clipboard
val
type
:
Int
Functions
bind
Link copied to clipboard
fun
bind
(
)
inline
fun
bind
(
callback
:
(
)
->
Unit
)
dispose
Link copied to clipboard
fun
dispose
(
)
set
Data
Link copied to clipboard
fun
setData
(
data
:
Buffer
,
size
:
Int
=
data.size
)
:
KmlGlBuffer
unbind
Link copied to clipboard
fun
unbind
(
)