Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptionsEnableSurfaceSupport Property

EnableSurfaceSupport is by default set to true and indicates that a Vulkan surface can be used as the target for rendering (usually this is used when rendering to a window). When rendering only to a bitmap or when using shared texture, then this value can be set to false.

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

Property Value

Boolean
See Also