| Name | Description |
---|
| CheckDeviceMinimumRequirements(VulkanInstance, PhysicalDevice, Boolean) |
Returns true if the specified physicalDevice is supported to run Ab4d.SharpEngine.
|
| CheckDeviceMinimumRequirements(PhysicalDeviceDetails, SurfaceDetails, Boolean, Boolean) |
Returns true if the physicalDevice (specified in physicalDeviceDetails) is supported to run SharpEngine.
When isSurfaceSupportRequired is true, then also the vulkanSurface is checked.
|
| CheckDeviceMinimumRequirements(VulkanInstance, PhysicalDevice, SurfaceKHR, Boolean, Boolean) |
Returns true if the specified physicalDevice is supported to run Ab4d.SharpEngine.
When isSurfaceSupportRequired is true, then also the vulkanSurface is checked.
|