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; end;
//FHostCacheMt:=findMemoryType(mr.memoryTypeBits, //We'll try it, but the driver still sucks
// ord(VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) or if (FHostVisibMt=DWORD(-1)) then
// ord(VK_MEMORY_PROPERTY_HOST_CACHED_BIT)); begin
FHostVisibMt:=0;
//if (FHostCacheMt=DWORD(-1)) then end;
//begin
// FHostCacheMt:=FHostVisibMt;
//end;
Writeln(' SelectHost=',FHostVisibMt); Writeln(' SelectHost=',FHostVisibMt);
end; end;