diff options
Diffstat (limited to 'src/graphics.h')
| -rw-r--r-- | src/graphics.h | 7 |
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 |
