summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:54:58 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 13:54:58 +0100
commit586ebde8567cf24bc2cd12714cc8c97956328a46 (patch)
tree616689f07ebf98307bca6e2a7444b95c579da276 /src/graphics.h
parent3a20c57f30e910576a5a274676be2a804ab200d7 (diff)
rename to graphics
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
new file mode 100644
index 0000000..7f09c4f
--- /dev/null
+++ b/src/graphics.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <vulkan/vulkan.h>
+
+struct graphics_s {
+ VkInstance instance;
+}; \ No newline at end of file