diff --git a/code/renderer/rhi_d3d12.cpp b/code/renderer/rhi_d3d12.cpp index 6755fb4..37d55a5 100644 --- a/code/renderer/rhi_d3d12.cpp +++ b/code/renderer/rhi_d3d12.cpp @@ -3340,10 +3340,10 @@ namespace RHI // with direct descriptor heap indexing on Intel, // *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 && rhi.vendorId == VENDORID_INTEL && - rhi.umdVersion <= 0x001f000000651503) + rhi.umdVersion <= 0x001F000000651506) { ri.Error(ERR_FATAL, "This Intel driver is known to have incorrect behavior.\n"); }