moving profile to API scope

This commit is contained in:
2023-12-11 20:28:58 +01:00
parent e8f4056b81
commit 4d6c970a71
40 changed files with 87 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/06 23:18:52 by maldavid #+# #+# */
/* Updated: 2023/12/08 19:05:50 by kbz_8 ### ########.fr */
/* Updated: 2023/12/11 19:47:39 by kbz_8 ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,7 +15,7 @@
#include <volk.h>
#include <renderer/core/render_core.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/01/25 15:05:05 by maldavid #+# #+# */
/* Updated: 2023/12/08 19:06:07 by kbz_8 ### ########.fr */
/* Updated: 2023/12/11 19:47:47 by kbz_8 ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,7 +16,7 @@
#include <volk.h>
#include "vk_buffer.h"
#include <renderer/renderer.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -16,7 +16,7 @@
#include "vk_buffer.h"
#include <array>
#include <cstddef>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

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

View File

@@ -16,7 +16,7 @@
#include <array>
#include <volk.h>
#include <core/profile.h>
#include <mlx_profile.h>
#include <renderer/core/render_core.h>
#include <renderer/command/vk_cmd_pool.h>
#include <renderer/command/vk_cmd_buffer.h>

View File

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

View File

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

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
{

View File

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

View File

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

View File

@@ -17,7 +17,7 @@
#include <cstddef>
#include <vector>
#include <map>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

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
{

View File

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

View File

@@ -13,7 +13,7 @@
#ifndef __MLX_PIXEL_PUT__
#define __MLX_PIXEL_PUT__
#include <core/profile.h>
#include <mlx_profile.h>
#include <renderer/images/texture.h>
#include <renderer/descriptors/vk_descriptor_set.h>

View File

@@ -31,7 +31,7 @@
#include <renderer/descriptors/vk_descriptor_set_layout.h>
#include <core/errors.h>
#include <core/profile.h>
#include <mlx_profile.h>
#include <glm/glm.hpp>

View File

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

View File

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

View File

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

View File

@@ -20,7 +20,7 @@
#include <memory>
#include <vector>
#include <cstdint>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{

View File

@@ -20,7 +20,7 @@
#include <cstdint>
#include <unordered_set>
#include <renderer/text_library.h>
#include <core/profile.h>
#include <mlx_profile.h>
namespace mlx
{