Files
test/intern
Clément Foucault b5bf3011bf GWN: Vertex Buffer: Remove the use of glMapBufferRange
We revert to the malloc/realloc and manually manage the upload.
There seems to be a performance penalty from using glMapBuffer on some
hardware, prefering way is glBufferData(NULL) with glBufferSubData.
2018-03-19 16:13:00 +01:00
..
2016-01-04 14:20:48 +05:00
2017-03-12 02:47:53 +11:00
2017-05-27 15:34:55 -04:00
2017-11-14 17:11:48 +01:00
2017-04-22 00:35:04 -04:00
2016-07-02 10:08:33 +10:00
2017-06-19 10:04:30 +10:00
2016-06-11 22:05:20 +02:00
2017-09-08 04:20:58 +10:00
2016-01-04 14:20:48 +05:00
2017-03-16 23:32:35 -04:00