As is well known, we can use different data types (int, float, double) to define vertex coordinates.
The OpenGL driver/implementation contains scene description as vertex/primitive list in it's memory
The question is: does the memory consumption and performance of OpenGL driver depends on data type used?
Thanks in advance



