This commit is contained in:
Pavel 2022-12-02 12:03:23 +03:00
parent cac9ee7685
commit f435dd9da8
1 changed files with 5 additions and 8 deletions

View File

@ -236,14 +236,11 @@ begin
);
end;
//FHostCacheMt:=findMemoryType(mr.memoryTypeBits,
// ord(VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) or
// ord(VK_MEMORY_PROPERTY_HOST_CACHED_BIT));
//if (FHostCacheMt=DWORD(-1)) then
//begin
// FHostCacheMt:=FHostVisibMt;
//end;
//We'll try it, but the driver still sucks
if (FHostVisibMt=DWORD(-1)) then
begin
FHostVisibMt:=0;
end;
Writeln(' SelectHost=',FHostVisibMt);
end;