 | 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)
Syntaxpublic int ActiveUniforms { get; }
Public ReadOnly Property ActiveUniforms As Integer
Get
public:
property int ActiveUniforms {
int get ();
}
member ActiveUniforms : int with get
Property Value
Type:
Int32
The number of active uniforms.
RemarksOpenGL API: glGetProgramiv(GL_ACTIVE_UNIFORMS)
See Also