toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.kgl
/
KmlGlDummyBase
/
ProgramInfo
Program
Info
class
ProgramInfo
(
val
id
:
Int
)
Members
Constructors
Program
Info
Link copied to clipboard
constructor
(
id
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attrib
Id
Link copied to clipboard
var
attribId
:
Int
attribs
Link copied to clipboard
val
attribs
:
FastStringMap
<
Int
>
id
Link copied to clipboard
val
id
:
Int
uniform
Id
Link copied to clipboard
var
uniformId
:
Int
uniforms
Link copied to clipboard
val
uniforms
:
FastStringMap
<
Int
>
Functions
get
Attrib
Location
Link copied to clipboard
fun
getAttribLocation
(
name
:
String
)
:
Int
get
Uniform
Location
Link copied to clipboard
fun
getUniformLocation
(
name
:
String
)
:
Int
reset
Link copied to clipboard
fun
reset
(
)