mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
Intel driver 31.0.101.5382 is still broken
This commit is contained in:
parent
30150e889e
commit
2204f40d7a
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue