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