vk: Silence compiler warning
This commit is contained in:
@@ -42,7 +42,7 @@ namespace vk
|
|||||||
std::unordered_map<pipeline_key, std::unique_ptr<glsl::program>, key_hasher> m_program_cache;
|
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;
|
std::unordered_map<u64, std::unique_ptr<glsl::shader>> m_fs_cache;
|
||||||
vk::descriptor_pool m_descriptor_pool;
|
vk::descriptor_pool m_descriptor_pool;
|
||||||
usz m_used_descriptors = 0;
|
u32 m_used_descriptors = 0;
|
||||||
|
|
||||||
u32 m_vertex_instruction_start = 0;
|
u32 m_vertex_instruction_start = 0;
|
||||||
u32 m_fragment_instruction_start = 0;
|
u32 m_fragment_instruction_start = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user