Skip to content
Snippets Groups Projects
Unverified Commit 4da2105a authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #11862 from liamwhite/pascal-robust

Manually robust on Pascal and earlier
parents 1f9684ea 0604b142
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
.has_broken_spirv_subgroup_mask_vector_extract_dynamic =
driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY,
.has_broken_robust =
device.IsNvidia() && device.GetNvidiaArch() <= NvidiaArchitecture::Arch_Maxwell,
device.IsNvidia() && device.GetNvidiaArch() <= NvidiaArchitecture::Arch_Pascal,
};
host_info = Shader::HostTranslateInfo{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment