Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptions Fields

The EngineCreateOptions type exposes the following members.

Fields
 NameDescription
Public fieldSetupRequestedDeviceFeatures 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).
Top
See Also