GLShader.getUniformName

Get the name of the declared uniform for this shader at index @idx.

class GLShader
string
getUniformName
(
int idx
)

Parameters

idx int

index of the uniform

Return Value

Type: string

The name of the declared uniform

Meta