Click or drag to resize
Ab4d.SharpEngine logo

VulkanInstanceEnabledInstanceExtensions Property

Gets a SupportedInstanceExtensions that can be used to quickly check which Instance Extensions are enabled on this Vulkan Instance. This value can include only extension names that are supported by SharpEngine (and defined in SupportedInstanceExtensions enum). This value includes also extensions that are promoted to the current Vulkan API (and are not explicitly specified in the EnabledInstanceExtensionNames array). To get an array of all enabled extensions see the EnabledInstanceExtensionNames.

Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public SupportedInstanceExtensions EnabledInstanceExtensions { get; }

Property Value

SupportedInstanceExtensions

[Missing <value> documentation for "P:Ab4d.SharpEngine.Vulkan.VulkanInstance.EnabledInstanceExtensions"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Vulkan.VulkanInstance.EnabledInstanceExtensions"]

See Also