Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceEnabledDeviceExtensions Property

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

Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public SupportedDeviceExtensions EnabledDeviceExtensions { get; }

Property Value

SupportedDeviceExtensions

[Missing <value> documentation for "P:Ab4d.SharpEngine.Vulkan.VulkanDevice.EnabledDeviceExtensions"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Vulkan.VulkanDevice.EnabledDeviceExtensions"]

See Also