randi120 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

text_buffer_render () displays the text incorrectly on cards NVidia. #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
see attachment.

Original issue reported on code.google.com by bso...@gmail.com on 19 Jul 2012 at 5:41

Attachments:

GoogleCodeExporter commented 8 years ago
I'm sorry, I have the same bug that the issue of 22.
//vec3 color = pow( vec3(r,g,b), vec3(1.0/vgamma));
vec3 color = pow( vec3(r,g,b), vec3(1.0)); //this fix partially solves the 
problem

Original comment by bso...@gmail.com on 24 Jul 2012 at 4:16

GoogleCodeExporter commented 8 years ago
Should be fixed in gl-3.0 branch.

Original comment by Nicolas.Rougier@gmail.com on 17 Sep 2012 at 2:42