johnhutch111
johnhutch111
Thanks for the reply and change. This will give me extra flexibility.
I note in the latest version of PasVulkan.Framework.pas that you test for version using the Instance API Version using the following code : "(fInstance.APIVersion and VK_API_VERSION_WITHOUT_PATCH_MASK)>=VK_API_VERSION_1_3". I use a notebook...
Further, manually setting the fSize to 16Mb stops the fail.
Further, using the fDevice.fMemoryManager.fMaximumMemoryMappableNonDeviceLocalHeapSize value as the starting point for the fail
I take your point on the move toward 64bit and will make this as the default. However, as there is still access to 32bit in the Delphi environment and the...