adding depth buffer, ci skip

This commit is contained in:
2024-09-02 13:02:32 +02:00
parent f65ac577bc
commit a455d7704d
26 changed files with 217 additions and 192 deletions

View File

@@ -17,6 +17,7 @@ namespace mlx
enum class ImageType
{
Color = 0,
Depth,
EndEnum
};