glesv2 :: GLProgram :: active_attrib_size
index
# Size of the active attribute at `index` fun active_attrib_size(index: Int): Int `{ int size; GLenum type; glGetActiveAttrib(self, index, 0, NULL, &size, &type, NULL); return size; `}