Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptionsSetupRequestedDeviceFeatures Field

Gets or sets a Func that gets PhysicalDeviceDetails (provides information which features are supported by the device) and PhysicalDeviceFeatures (with features enabled by SharpEngine) and returns a PhysicalDeviceFeatures that will be passed to the creation of the device. Before enabling features users need to check if the feature is actually supported by the device (by checking the PhysicalDeviceDetails.Features).

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public Func<PhysicalDeviceDetails, PhysicalDeviceFeatures, PhysicalDeviceFeatures>? SetupRequestedDeviceFeatures

Field Value

FuncPhysicalDeviceDetails, PhysicalDeviceFeatures, PhysicalDeviceFeatures
See Also