working version of glyphs rendering with example

This commit is contained in:
ohyzha
2024-07-31 12:54:24 +03:00
parent 847b8660b5
commit 9b58ba5f55
9 changed files with 352 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ namespace OpenVulkano::Scene
class Material;
class UniformBuffer;
class SimpleDrawable final : public Drawable
class SimpleDrawable : public Drawable
{
Geometry* m_mesh = nullptr;
Material* m_material = nullptr;