Logo Charal Sailing Team

D3d_feature_level Exclusive

d3d_feature_level

D3d_feature_level Exclusive

D3D_FEATURE_LEVEL is an enumeration (e.g., D3D_FEATURE_LEVEL_11_0 , D3D_FEATURE_LEVEL_12_1 ) that represents a minimum set of GPU features. When creating a device, the runtime returns the highest feature level supported by both the driver and the hardware, up to the requested maximum.

Note: This paper assumes familiarity with COM and basic Direct3D concepts. For code examples, error handling is omitted for brevity. d3d_feature_level

D3D_FEATURE_LEVEL featureLevels[] =

Targeted at older hardware and mobile devices. D3D_FEATURE_LEVEL is an enumeration (e