diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2021-01-04 02:22:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 02:22:02 -0300 |
| commit | 4801f4250d7b3eab0acd22c022a547af5860a6da (patch) | |
| tree | 0ca01c277a2c0a91ff0f439ab6a0d6e1bc482357 /src/video_core/shader/async_shaders.h | |
| parent | 87a892552398ab34e4a5cc1b832ee886a1ff87e9 (diff) | |
| parent | 974d731926f2389cdce62155214610259845129f (diff) | |
Merge pull request #5286 from ReinUsesLisp/rename-vk-device
renderer_vulkan: Rename VKDevice to Device
Diffstat (limited to 'src/video_core/shader/async_shaders.h')
| -rw-r--r-- | src/video_core/shader/async_shaders.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/shader/async_shaders.h b/src/video_core/shader/async_shaders.h index 004e214a8..f26bbe5ac 100644 --- a/src/video_core/shader/async_shaders.h +++ b/src/video_core/shader/async_shaders.h @@ -94,7 +94,7 @@ public: CompilerSettings compiler_settings, const Registry& registry, VAddr cpu_addr); - void QueueVulkanShader(Vulkan::VKPipelineCache* pp_cache, const Vulkan::VKDevice& device, + void QueueVulkanShader(Vulkan::VKPipelineCache* pp_cache, const Vulkan::Device& device, Vulkan::VKScheduler& scheduler, Vulkan::VKDescriptorPool& descriptor_pool, Vulkan::VKUpdateDescriptorQueue& update_descriptor_queue, @@ -123,7 +123,7 @@ private: // For Vulkan Vulkan::VKPipelineCache* pp_cache; - const Vulkan::VKDevice* vk_device; + const Vulkan::Device* vk_device; Vulkan::VKScheduler* scheduler; Vulkan::VKDescriptorPool* descriptor_pool; Vulkan::VKUpdateDescriptorQueue* update_descriptor_queue; |
