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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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