Intel driver 31.0.101.5382 is still broken

This commit is contained in:
myT 2024-03-30 02:35:39 +01:00
parent 30150e889e
commit 2204f40d7a
1 changed files with 2 additions and 2 deletions

View File

@ -3340,10 +3340,10 @@ namespace RHI
// with direct descriptor heap indexing on Intel, // with direct descriptor heap indexing on Intel,
// *Texture*.GetDimensions() calls return incorrect values // *Texture*.GetDimensions() calls return incorrect values
// UMD version 31.0.101.5379 (0x001f000000651503) is still broken // UMD version 31.0.101.5382 (0x001F000000651506) is still broken
if(initDesc.directDescriptorHeapIndexing && if(initDesc.directDescriptorHeapIndexing &&
rhi.vendorId == VENDORID_INTEL && rhi.vendorId == VENDORID_INTEL &&
rhi.umdVersion <= 0x001f000000651503) rhi.umdVersion <= 0x001F000000651506)
{ {
ri.Error(ERR_FATAL, "This Intel driver is known to have incorrect behavior.\n"); ri.Error(ERR_FATAL, "This Intel driver is known to have incorrect behavior.\n");
} }