openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
commonJvm
jvm
Target filter
commonJvm
jvm
Switch theme
Search in API
Skip to content
openrndr
openrndr-gl3
/
org.openrndr.internal.gl3
/
glGetActiveUniformName
gl
Get
Active
Uniform
Name
commonJvm
jvm
expect
inline
fun
glGetActiveUniformName
(
program
:
Int
,
uniformIndex
:
Int
,
bufSize
:
Int
=
1024
)
:
String
(
source
)
actual
inline
fun
glGetActiveUniformName
(
program
:
Int
,
uniformIndex
:
Int
,
bufSize
:
Int
)
:
String
(
source
)