openrndr
Toggle table of contents
0.5.0-dev.12.uncommitted+d6e865e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
openrndr
openrndr-gl3
/
org.openrndr.internal.gl3
/
glProgramUniform4i
gl
Program
Uniform4i
fun
glProgramUniform4i
(
@
NativeType
(
value
=
"GLuint"
)
program
:
Int
,
@
NativeType
(
value
=
"GLint"
)
location
:
Int
,
@
NativeType
(
value
=
"GLint"
)
x
:
Int
,
@
NativeType
(
value
=
"GLint"
)
y
:
Int
,
@
NativeType
(
value
=
"GLint"
)
z
:
Int
,
@
NativeType
(
value
=
"GLint"
)
w
:
Int
)
(
source
)