Click or drag to resize

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)
Syntax
public int MaxVertexUniformVectors { get; }

Property Value

Type: Int32
Remarks
The value must be at least 128.

OpenGL API: glGetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS)

See Also