index
:
wayclock.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics.h
blob: 7f09c4f6223515122306be95aaccb35e9d4265aa (
plain
)
1
2
3
4
5
6
7
#pragma once #include <vulkan/vulkan.h> struct graphics_s { VkInstance instance; };