From ba447583c74d44c6b07c5409918207157f921efe Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Mon, 9 Oct 2023 14:46:09 -0300 Subject: feat Render sprite in a 3D position --- src/vk/device.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vk/device.hpp') 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; -- cgit v1.2.3