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: 215fd92c59e819f570a2f30b868323df7dc3fa14 (
plain
)
1
2
3
4
5
6
7
#pragma once #include <vulkan/vulkan.h> struct graphics_s { VkInstance instance; };