toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.kgl
/
KmlGlProgram
Kml
Gl
Program
class
KmlGlProgram
(
val
gl
:
KmlGl
,
val
program
:
Int
,
val
vertex
:
Int
,
val
fragment
:
Int
)
Members
Members & Extensions
Constructors
Kml
Gl
Program
Link copied to clipboard
constructor
(
gl
:
KmlGl
,
program
:
Int
,
vertex
:
Int
,
fragment
:
Int
)
Properties
fragment
Link copied to clipboard
val
fragment
:
Int
gl
Link copied to clipboard
val
gl
:
KmlGl
program
Link copied to clipboard
val
program
:
Int
vertex
Link copied to clipboard
val
vertex
:
Int
Functions
dispose
Link copied to clipboard
fun
dispose
(
)
get
Attrib
Location
Link copied to clipboard
fun
getAttribLocation
(
name
:
String
)
:
Int
get
Uniform
Location
Link copied to clipboard
fun
getUniformLocation
(
name
:
String
)
:
Int
layout
Link copied to clipboard
fun
KmlGlProgram
.
layout
(
config
:
KmlGlVertexLayout
.
(
)
->
Unit
)
:
KmlGlVertexLayout
unuse
Link copied to clipboard
fun
unuse
(
)
use
Link copied to clipboard
fun
use
(
)
inline
fun
use
(
callback
:
(
)
->
Unit
)