ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/rendercache.c
(Generate patch)

Comparing deliantra/Deliantra-Client/rendercache.c (file contents):
Revision 1.12 by root, Sun Nov 18 03:10:35 2018 UTC vs.
Revision 1.13 by root, Mon Nov 19 00:10:34 2018 UTC

126 //glUnlockArraysEXT (); 126 //glUnlockArraysEXT ();
127 } 127 }
128 else 128 else
129 { 129 {
130 // optimised character quad storage. slower but nice on memory. 130 // optimised character quad storage. slower but nice on memory.
131 // reduces storage requirements from 80 bytes/char to 6-8 131 // reduces storage requirements from 80 bytes/char to 8
132 auto *c = (glyph_data *) arr.data (); 132 auto *c = (glyph_data *) arr.data ();
133 auto *e = (glyph_data *)(arr.data () + arr.size ()); 133 auto *e = (glyph_data *)(arr.data () + arr.size ());
134 134
135 glBegin (key.mode); // practically must be quads 135 glBegin (key.mode); // practically must be quads
136 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines