mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-27 03:53:24 +00:00
streamlined text rendering
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ namespace vb01{
|
||||
-1,
|
||||
-1
|
||||
);
|
||||
root->initTextureDataOnGpu(glyph.data, pixelHeight, pixelHeight, glyph.bufferId, glyph.layerId, false, glyph.size.x, glyph.size.y);
|
||||
root->initTextureDataOnGpu(glyph.data, pixelHeight, pixelHeight, glyph.bufferId, glyph.layerId, false, true, glyph.size.x, glyph.size.y);
|
||||
|
||||
glyphs.push_back(glyph);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user