Click or drag to resize

ProgramActiveAttributes Property

Get the number of active attribute variables in the program.

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

Property Value

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