docs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docs
graphics
/
dev.mtctx.foresst.graphics.gl
/
GLShader
/
Context
Context
class
Context
(
source
)
Members
Functions
uniform
Float
Link copied to clipboard
fun
uniformFloat
(
name
:
String
,
value
:
Float
)
uniform
Int
Link copied to clipboard
fun
uniformInt
(
name
:
String
,
value
:
Int
)
uniform
Int
Array
Link copied to clipboard
fun
uniformIntArray
(
name
:
String
,
values
:
IntArray
)
uniform
Mat2
Link copied to clipboard
fun
uniformMat2
(
name
:
String
,
value
:
Mat2
)
uniform
Mat3
Link copied to clipboard
fun
uniformMat3
(
name
:
String
,
value
:
Mat3
)
uniform
Mat4
Link copied to clipboard
fun
uniformMat4
(
name
:
String
,
value
:
Mat4
)
uniform
Vec2
Link copied to clipboard
fun
uniformVec2
(
name
:
String
,
value
:
Vec2
)
uniform
Vec3
Link copied to clipboard
fun
uniformVec3
(
name
:
String
,
value
:
Vec3
)
uniform
Vec4
Link copied to clipboard
fun
uniformVec4
(
name
:
String
,
value
:
Vec4
)