littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator
/
GlslGenerator
/
vec4
vec4
fun
vec4
(
genValue
:
(
)
->
Vec4
?
=
null
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
vec3
:
Vec3
,
w
:
Float
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
vec3
:
Vec3
,
w
:
GLFloat
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
vec2
:
Vec2
,
z
:
Float
,
w
:
Float
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
GLFloat
,
y
:
GLFloat
,
zw
:
Vec2
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
Float
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
GLFloat
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
GLFloat
,
y
:
GLFloat
,
z
:
GLFloat
,
w
:
GLFloat
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
GLFloat
,
y
:
GLFloat
,
z
:
GLFloat
,
w
:
Float
)
:
ConstructorDelegate
<
Vec4
>
fun
vec4
(
x
:
GLFloat
,
y
:
GLFloat
,
z
:
Float
,
w
:
Float
)
:
ConstructorDelegate
<
Vec4
>