vk: Silence compiler warning

This commit is contained in:
kd-11 2021-10-05 18:52:11 +03:00 committed by kd-11
parent 8e3112734e
commit f1d9a014c0

View File

@ -42,7 +42,7 @@ namespace vk
std::unordered_map<pipeline_key, std::unique_ptr<glsl::program>, key_hasher> m_program_cache;
std::unordered_map<u64, std::unique_ptr<glsl::shader>> m_fs_cache;
vk::descriptor_pool m_descriptor_pool;
usz m_used_descriptors = 0;
u32 m_used_descriptors = 0;
u32 m_vertex_instruction_start = 0;
u32 m_fragment_instruction_start = 0;