diff options
| author | Stenzek <stenzek@gmail.com> | 2018-02-25 17:56:09 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-03-10 15:56:34 +1000 |
| commit | f9c829c7f711efadea1db7aabb51c703380fa03a (patch) | |
| tree | cc645756b893e4c994360ec362977aaa9e5ad51f /Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | |
| parent | dec0c3bce85ceda89ea05f00b94aad00e675598d (diff) | |
OGL: Re-implement async shader compiling
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/VulkanContext.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp index 77a7a8ffe1..f9c254a04d 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp @@ -235,6 +235,7 @@ void VulkanContext::PopulateBackendInfo(VideoConfig* config) config->backend_info.bSupportsBitfield = true; // Assumed support. config->backend_info.bSupportsDynamicSamplerIndexing = true; // Assumed support. config->backend_info.bSupportsPostProcessing = true; // Assumed support. + config->backend_info.bSupportsBackgroundCompiling = true; // Assumed support. config->backend_info.bSupportsDualSourceBlend = false; // Dependent on features. config->backend_info.bSupportsGeometryShaders = false; // Dependent on features. config->backend_info.bSupportsGSInstancing = false; // Dependent on features. |
