GLShader.getUniformOffset

Get the offset into the data block where data for this uniforms is stored.

class GLShader
int
getUniformOffset
(
int idx
)

Parameters

idx int

index of the uniform

Return Value

Type: int

The data offset

Meta