Click or drag to resize

ProgramActiveUniforms Property

Get the number of active uniform variables in the program.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ActiveUniforms { get; }

Property Value

Type: Int32
The number of active uniforms.
Remarks
OpenGL API: glGetProgramiv(GL_ACTIVE_UNIFORMS)
See Also