diff options
| author | Stenzek <stenzek@gmail.com> | 2016-11-27 18:14:57 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-04-01 12:32:05 +1000 |
| commit | 82fd984f3e53f430af6f043d3062c883bb308634 (patch) | |
| tree | 9b5208cd9adcea64a2478e7fb02d0af7a6822c66 /Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | |
| parent | abc662d69cce3478df6cdf10a6dac05d358daa14 (diff) | |
VideoBackends: Add configuration field for GPU texture decoding
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 7ca0618fee..ae5a6f2bda 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp @@ -245,6 +245,7 @@ void VulkanContext::PopulateBackendInfo(VideoConfig* config) config->backend_info.bSupportsDepthClamp = false; // Dependent on features. config->backend_info.bSupportsReversedDepthRange = false; // No support yet due to driver bugs. config->backend_info.bSupportsComputeShaders = false; // No support yet. + config->backend_info.bSupportsGPUTextureDecoding = false; // No support yet. } void VulkanContext::PopulateBackendInfoAdapters(VideoConfig* config, const GPUList& gpu_list) |
