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

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include <core/profile.h>
#include <mlx_profile.h>
#include <core/errors.h>
#include <cstdio>

View File

@@ -15,7 +15,7 @@
#include <volk.h>
#include <vma.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -24,7 +24,7 @@
#include <utils/singleton.h>
#include <core/errors.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -15,7 +15,7 @@
#include <volk.h>
#include "vk_queues.h"
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -14,7 +14,7 @@
#define __MLX_VK_FENCE__
#include <volk.h>
#include <core/profile.h>
#include <mlx_profile.h>
#include <renderer/core/render_core.h>
namespace mlx

View File

@@ -15,7 +15,7 @@
#include <volk.h>
#include <vector>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -16,7 +16,7 @@
#include <volk.h>
#include <optional>
#include <cstdint>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -15,7 +15,7 @@
#include <volk.h>
#include <vector>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -15,7 +15,7 @@
#include <volk.h>
#include <vector>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -14,7 +14,7 @@
#define __VK_VALIDATION_LAYERS__
#include <volk.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{