How To: Get the Device Feature Level (Windows)

How To: Get the Device Feature Level (Windows)

瀏覽:712
日期:2025-10-06
This topics shows how to get the highest feature level supported by a device. ... HRESULT hr = E_FAIL; D3D_FEATURE_LEVEL MaxSupportedFeatureLevel = D3D_FEATURE_LEVEL_9_1; D3D_FEATURE_LEVEL FeatureLevels[] = { D3D_FEATURE_LEVEL_11 ......看更多