Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewAlwaysUseCustomSharedImage Property

This property may be set to true when using Vulkan backend to use a custom shared image instead of sharing the SwapChain image. This is slower because another copy of the SwapChain image to shared image is needed, but it can be used when sharing the SwapChain image is not working.

Namespace: Ab4d.SharpEngine.AvaloniaUI
Assembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public bool AlwaysUseCustomSharedImage { get; set; }

Property Value

Boolean
See Also