 |
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.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
Remarks[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Common.EngineCreateOptions.SetupRequestedDeviceFeatures"]
See Also