summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-03-05 17:42:46 +0100
committerGitHub <noreply@github.com>2020-03-05 17:42:46 +0100
commit0361aa1915468ec55ea0e70778c041f13c0d6746 (patch)
tree3b16308a82001e6bd9ff5576c3958b3fb1cb433a /src/video_core/renderer_vulkan/vk_pipeline_cache.h
parentMerge pull request #3469 from namkazt/patch-1 (diff)
parentvk_shader_decompiler: Implement indexed textures (diff)
downloadyuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar.gz
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar.bz2
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar.lz
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar.xz
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.tar.zst
yuzu-0361aa1915468ec55ea0e70778c041f13c0d6746.zip
Diffstat (limited to 'src/video_core/renderer_vulkan/vk_pipeline_cache.h')
-rw-r--r--src/video_core/renderer_vulkan/vk_pipeline_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.h b/src/video_core/renderer_vulkan/vk_pipeline_cache.h
index 8678fc9c3..92a670cc7 100644
--- a/src/video_core/renderer_vulkan/vk_pipeline_cache.h
+++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.h
@@ -194,7 +194,7 @@ private:
};
void FillDescriptorUpdateTemplateEntries(
- const VKDevice& device, const ShaderEntries& entries, u32& binding, u32& offset,
+ const ShaderEntries& entries, u32& binding, u32& offset,
std::vector<vk::DescriptorUpdateTemplateEntry>& template_entries);
} // namespace Vulkan