Engine |
The EngineCreateOptions type exposes the following members.
Name | Description | |
---|---|---|
SetupRequestedDeviceFeatures | 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). |