adding depth buffer, ci skip

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

View File

@@ -1,7 +1,7 @@
#include <PreCompiled.h>
#include <Core/SDLManager.h>
#include <Core/Memory.h>
#include <Utils/IconMlx.h>
#include <Embedded/IconMlx.h>
namespace mlx
{
@@ -101,6 +101,8 @@ namespace mlx
default: break;
}
return 0;
}, &watcher_data);
}