summaryrefslogtreecommitdiff
path: root/src/vk/device.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-11-09 16:11:15 -0300
committerFrederico Linhares <fred@linhares.blue>2022-11-09 17:19:06 -0300
commitbde8c8bd073abeb314748d66d6402f951ecb2902 (patch)
tree69c91317baf62a0ad9e36d8e35969fd82a02e91d /src/vk/device.hpp
parent7e9107cb1c5012fef900dfa03408e2179f1f9915 (diff)
feat create method Rectangle#draw
Diffstat (limited to 'src/vk/device.hpp')
-rw-r--r--src/vk/device.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vk/device.hpp b/src/vk/device.hpp
index cc5df82..9f5a776 100644
--- a/src/vk/device.hpp
+++ b/src/vk/device.hpp
@@ -41,6 +41,8 @@ public:
VkShaderModule frag3d_shader_module;
VkShaderModule vert2d_shader_module;
VkShaderModule frag2d_shader_module;
+ VkShaderModule vert2d_wired_shader_module;
+ VkShaderModule frag2d_wired_shader_module;
bool with_swapchain;