 | UniformMaxVertexUniformVectors Property |
Get the maximum number of four-element floating-point, integer,
or boolean vectors that can be held in uniform variable storage for a vertex shader.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int MaxVertexUniformVectors { get; }
Public ReadOnly Property MaxVertexUniformVectors As Integer
Get
public:
property int MaxVertexUniformVectors {
int get ();
}
member MaxVertexUniformVectors : int with get
Property Value
Type:
Int32
Remarks
The value must be at least 128.
OpenGL API: glGetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS)
See Also