summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 373e302..20544de 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -1,15 +1,10 @@
#pragma once
-#include <vulkan/vulkan.h>
-
enum graphics_error_e {
GRAPHICS_ERROR_NONE = 0,
- GRAPHICS_ERROR_INSTANCE,
};
-struct graphics_s {
- VkInstance instance;
-};
+struct graphics_s {};
enum graphics_error_e wayc_graphics_init(struct graphics_s* graphics);
void wayc_graphics_deinit(struct graphics_s* graphics);