summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-06-26 06:51:37 +0200
committergerman77 <juangerman-13@hotmail.com>2022-06-27 03:21:45 +0200
commitc34a95fa25effc4e3967d9d2b1909af2d9c6975e (patch)
tree6c67dec9d03cd61592b7ee1382984ebfc0b359e5 /src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
parentvideo_core: Replace VKSwapchain with Swapchain (diff)
downloadyuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar.gz
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar.bz2
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar.lz
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar.xz
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.tar.zst
yuzu-c34a95fa25effc4e3967d9d2b1909af2d9c6975e.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp b/src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
index e2c51fe6f..682f05335 100644
--- a/src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
+++ b/src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp
@@ -218,7 +218,7 @@ GraphicsPipeline::GraphicsPipeline(
Tegra::Engines::Maxwell3D& maxwell3d_, Tegra::MemoryManager& gpu_memory_, Scheduler& scheduler_,
BufferCache& buffer_cache_, TextureCache& texture_cache_,
VideoCore::ShaderNotify* shader_notify, const Device& device_, DescriptorPool& descriptor_pool,
- VKUpdateDescriptorQueue& update_descriptor_queue_, Common::ThreadWorker* worker_thread,
+ UpdateDescriptorQueue& update_descriptor_queue_, Common::ThreadWorker* worker_thread,
PipelineStatistics* pipeline_statistics, RenderPassCache& render_pass_cache,
const GraphicsPipelineCacheKey& key_, std::array<vk::ShaderModule, NUM_STAGES> stages,
const std::array<const Shader::Info*, NUM_STAGES>& infos)