Files
Gryphn/include/gryphn/gryphn.h
2025-05-21 10:16:58 -04:00

34 lines
1.5 KiB
C

#pragma once
#include <platform/gryphn_platform_include.h>
#include <core/instance/init/gryphn_init.h>
#include <core/instance/gryphn_instance.h>
#include <core/debugger/gryphn_debugger.h>
// #pragma once
// #include <gryphn/gryphn_utils.h>
// #include <platform/gryphn_platform_include.h>
// #include <core/init/gryphn_init.h>
// #include <core/instance/gryphn_instance.h>
// #include <core/presentation_queue/gryphn_presentation_queue.h>
// #include <core/buffers/vertex_descriptions/gryphn_vertex_description.h>
// #include <core/buffers/gryphn_buffer.h>
// #include <core/textures/gryphn_texture.h>
// #include <core/uniform_descriptor/gryphn_uniform_layout_binding.h>
// #include <core/uniform_descriptor/gryphn_uniform_layout.h>
// #include <core/graphics_pipeline/gryphn_render_pass.h>
// #include <core/sync_objects/gryphn_sync_semaphore.h>
// #include <core/sync_objects/gryphn_fence.h>
// #include <core/commands/gryphn_command_buffer.h>
// #include <core/commands/gryphn_command.h>
// #include <core/commands/present_command/gryphn_command_present.h>
// #include <core/commands/submit_command/gryphn_command_submit.h>
// #include <core/buffers/gryphn_buffer.h>
// #include <core/uniform_descriptor/gryphn_uniform.h>
// #include <core/uniform_descriptor/uniform_buffer/gryphn_uniform_buffer.h>
// #include <core/uniform_descriptor/sampler/gryphn_sampler.h>
// #include <core/push_constant/gryphn_push_constant.h>
// #include <core/graphics_pipeline/gryphn_graphics_pipeline.h>
// #include <core/gryphn_support.h>
// #include <core/framebuffers/gryphn_framebuffer.h>