wtf is hapenning

This commit is contained in:
Kbz-8
2024-12-28 15:42:38 +01:00
parent cd906ca117
commit c60c176a54
10 changed files with 68 additions and 24 deletions

View File

@@ -98,7 +98,6 @@ namespace mlx
void OpenCPUBuffer();
private:
std::vector<mlx_color> m_cpu_buffer;
std::optional<GPUBuffer> m_staging_buffer;
bool m_has_been_modified = false;
};