littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.type.func
Package-level
declarations
Types
Types
Bool
Func
Link copied to clipboard
class
BoolFunc
(
val
builder
:
GlslGenerator
)
:
Func
<
Bool
>
Float
Func
Link copied to clipboard
class
FloatFunc
(
val
builder
:
GlslGenerator
)
:
Func
<
GLFloat
>
Int
Func
Link copied to clipboard
class
IntFunc
(
val
builder
:
GlslGenerator
)
:
Func
<
GLInt
>
Mat2Func
Link copied to clipboard
class
Mat2Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Mat2
>
Mat3Func
Link copied to clipboard
class
Mat3Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Mat3
>
Mat4Func
Link copied to clipboard
class
Mat4Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Mat4
>
Vec2Func
Link copied to clipboard
class
Vec2Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Vec2
>
Vec3Func
Link copied to clipboard
class
Vec3Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Vec3
>
Vec4Func
Link copied to clipboard
class
Vec4Func
(
val
builder
:
GlslGenerator
)
:
Func
<
Vec4
>
Void
Link copied to clipboard
class
Void
(
val
builder
:
GlslGenerator
)
:
Func
<
Unit
>