LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Foxtro_t on April 25, 2017, 10:39:41

Title: Vertex Arrays in LWJGL 3.0.0a is 10 times faster than in 3.1.1
Post by: Foxtro_t on April 25, 2017, 10:39:41
Hi.
Did anybody spot that it is true that i wrote in topic ?
Title: Re: Vertex Arrays in LWJGL 3.0.0a is 10 times faster than in 3.1.1
Post by: spasi on April 25, 2017, 11:01:32
Not really. Can you share some example code that reproduces the performance difference?
Title: Re: Vertex Arrays in LWJGL 3.0.0a is 10 times faster than in 3.1.1
Post by: Foxtro_t on April 25, 2017, 13:10:56
Thanks for your response.
Yes. It is my imprudence  :( . It was problem of time measuring. System.nanoTime() somebody works strange and returns quantized values. It is interesting that in the same program (difference was only because of other version of LWJGL) this worked differently.