moving profile to API scope

This commit is contained in:
Kbz-8
2023-12-11 20:28:58 +01:00
parent 2e5346a0ff
commit 401e6d13f3
40 changed files with 87 additions and 72 deletions

View File

@@ -21,7 +21,7 @@
#include <renderer/descriptors/vk_descriptor_set.h>
#include <renderer/buffers/vk_ibo.h>
#include <renderer/buffers/vk_vbo.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -16,7 +16,7 @@
#include <renderer/images/texture.h>
#include <array>
#include <glm/glm.hpp>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -18,7 +18,7 @@
#include <vector>
#include <renderer/command/vk_cmd_buffer.h>
#include <renderer/command/vk_cmd_pool.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{