Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptionsEnableCustomBorderColors Property

When true (false by default) and when supported by the Vulkan device, then the VK_EXT_custom_border_color extension is enabled. This extension is used to support custom border colors in sampler. This may be required when the ExpandPostProcess is used and when the SceneView's BackgroundColor is not transparent, white or black but some other custom color. Note that enabling this extension may displace the following performance warning: "Attempting to enable extension VK_EXT_custom_border_color, but this extension is intended to support D3D emulation layers, and applications ported from D3D, by adding functionality specific to D3D and it is strongly recommended that it be otherwise avoided."

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

Property Value

Boolean
See Also