Files
Gryphn/include/gryphn/gryphn.h
2025-05-30 13:09:35 -04:00

23 lines
1.0 KiB
C

#pragma once
#define GRYPHN_INCLUDE
#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>
#include <core/output_device/gryphn_physical_output_device.h>
#include <core/window_surface/gryphn_surface.h>
#include <core/window_surface/gryphn_surface_create_functions.h>
#include <core/presentation_queue/gryphn_presentation_queue.h>
#include <core/shader_module/gryphn_shader_module.h>
#include <core/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h>
#include <core/renderpass/gryphn_render_pass_descriptor.h>
#include <core/framebuffer/gryphn_framebuffer.h>
#include <core/textures/gryphn_texture.h>
#include <core/command/command_pool/gryphn_command_pool.h>
#include <core/command/command_buffer/gryphn_command_buffer.h>
#include <core/command/commands/gryphn_command.h>
#include <core/renderpass/gryphn_render_pass.h>
#include <core/sync/semaphore/gryphn_semaphore.h>
#include <core/sync/fence/gryphn_fence.h>
#include <core/submit/gryphn_submit.h>