Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptionsPreferredSwapChainImagesCount Property

PreferredSwapChainImagesCount can be set to a number bigger than 0 (0 is default) and in this case it is used as a hint to the actually used SwapChain images count. The actually used swap chain images count is set to SceneView's SwapChainImagesCount property after the SceneView is initialized. The actually used number may be different and is based on the PresentationType and surface min and max possible values. Default value is 0 that means the engine will use the most appropriate value.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public int PreferredSwapChainImagesCount { get; set; }

Property Value

Int32
See Also