working version of glyphs rendering with example
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user