Silence warnings and fix bugs

This commit is contained in:
Georg Hagen
2025-02-12 13:21:30 +01:00
parent c2b8dcb408
commit 4da64d2d42
7 changed files with 28 additions and 15 deletions

View File

@@ -15,8 +15,9 @@
namespace OpenVulkano::Scene
{
struct GlyphInfo
class GlyphInfo
{
public:
//GlyphGeometry geometry;
//GlyphBox glyphBox;
Math::Vector2f_SIMD pos[4] = {};