mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
vk: Silence compiler warning
This commit is contained in:
parent
8e3112734e
commit
f1d9a014c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user