示例#1
0
 /// <summary>
 /// Tests to see if the adapter supports the requested profile.
 /// </summary>
 /// <param name="featureLevel">The graphics profile.</param>
 /// <returns>true if the profile is supported</returns>
 public bool IsProfileSupported(FeatureLevel featureLevel)
 {
     return(Device.IsSupportedFeatureLevel(this, featureLevel));
 }