 |
VulkanDeviceIsPageableDeviceLocalMemoryFeatureEnabled Property |
True when that the pageable device-local memory is enabled.
This will help the operating system page out lower priority memory allocations before higher priority allocations when needed.
It will also help the operating system decide which memory allocations to page back into device-local memory first.
See VK_EXT_pageable_device_local_memory Vulkan device extension for more info.
Namespace: Ab4d.SharpEngine.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool IsPageableDeviceLocalMemoryFeatureEnabled { get; }Property Value
Boolean
See Also