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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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