summaryrefslogtreecommitdiff
path: root/src/vk/device.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/device.hpp')
-rw-r--r--src/vk/device.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vk/device.hpp b/src/vk/device.hpp
index 9fcec20..36fc08d 100644
--- a/src/vk/device.hpp
+++ b/src/vk/device.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 Frederico de Oliveira Linhares
+ * Copyright 2022-2023 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,6 +37,8 @@ public:
VkDevice device;
VkPhysicalDevice physical_device;
+ VkShaderModule vert_sprite_3d_shader_module;
+ VkShaderModule frag_sprite_3d_shader_module;
VkShaderModule vert3d_shader_module;
VkShaderModule frag3d_shader_module;
VkShaderModule vert2d_solid_shader_module;