Remove copy method from drawable
This commit is contained in:
@@ -45,8 +45,6 @@ namespace OpenVulkano::Scene
|
||||
|
||||
void SetShader(Shader* shader) { m_shader = shader; }
|
||||
|
||||
[[nodiscard]] virtual Drawable* Copy() = 0;
|
||||
|
||||
[[nodiscard]] Scene* GetScene() const { return m_scene; }
|
||||
|
||||
[[nodiscard]] const auto& GetNodes() const { return m_nodes; }
|
||||
|
||||
Reference in New Issue
Block a user