bloeys 2da4b7a53d Disable DepthTest when drawing glyphs+move shared glyph draw logic
With depth testing enabled nearby glyphs can z-fight
and so some pixels might be discarded before fragment shader
even runs, which causes us to see only part of a letter.

As such we always draw with blending enabled and depth testing
disabled so that any overlaps simply causes the char pixels to show.
2022-07-08 06:33:20 +04:00
2022-06-30 06:26:03 +04:00
2022-06-30 06:26:03 +04:00
2022-07-01 10:35:27 +04:00
2022-07-05 07:12:11 +04:00
2022-06-30 06:04:56 +04:00
2022-06-30 06:04:56 +04:00
2022-07-05 07:12:11 +04:00

nterm

Description
No description provided
Readme MIT 3.1 MiB
Languages
Go 98.4%
GLSL 1.6%