-
Junior Member
Regular Contributor
Definition of MAX_VERTEX_UNIFORM_VECTORS with respect to Mat4s?
According to the OpenGLES spec all implementations are guaranteed to support at least 128 elements in a uniform vector array:
MAX VERTEX UNIFORM VECTORS 128 GetIntegerv
http://www.khronos.org/registry/gles...pec_2.0.24.pdf
How does that translate to Mat4's? Is a Mat4 considered a kind of vector (like a 16-dimensional vector) or should you divide 128 by four to get the max number of elements in a Mat4 uniform array?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules