mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Silence compiler warning
This commit is contained in:
parent
8e3112734e
commit
f1d9a014c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue