remove gnCreateDebugger function
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "sync_functions.h"
|
||||
#include "loader_utils.h"
|
||||
#include "core/src/presentation_queue/gryphn_presentation_queue.h"
|
||||
#include <core/src/debugger/gryphn_debugger.h>
|
||||
#include <core/src/instance/gryphn_debugger.h>
|
||||
#include "synchronization/semaphore/gryphn_semaphore.h"
|
||||
#include "synchronization/fence/gryphn_fence.h"
|
||||
#include "synchronization/commands/gryphn_sync_submit.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#include "core/src/command/command_pool/gryphn_command_pool.h"
|
||||
#include "core/src/command/command_buffer/gryphn_command_buffer.h"
|
||||
#include "core/src/output_device/gryphn_output_device.h"
|
||||
#include <core/src/debugger/gryphn_debugger.h>
|
||||
#include <core/src/instance/gryphn_debugger.h>
|
||||
#include <core/src/instance/gryphn_instance.h>
|
||||
#include "core/src/renderpass/gryphn_render_pass.h"
|
||||
#include "core/src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "device_functions.h"
|
||||
#include "loader_utils.h"
|
||||
#include <core/src/debugger/gryphn_debugger.h>
|
||||
#include <core/src/instance/gryphn_debugger.h>
|
||||
#include "core/src/presentation_queue/gryphn_presentation_queue.h"
|
||||
#include "core/src/shader_module/gryphn_shader_module.h"
|
||||
#include "core/src/renderpass/gryphn_render_pass_descriptor.h"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "instance_functions.h"
|
||||
#include "../loader_utils.h"
|
||||
#include <core/src/debugger/gryphn_debugger.h>
|
||||
#include <core/src/instance/gryphn_debugger.h>
|
||||
#include "core/src/output_device/gryphn_output_device.h"
|
||||
#include "core/src/window_surface/gryphn_surface.h"
|
||||
|
||||
|
Reference in New Issue
Block a user