Two problems while initializing Directx 11.0 - 1.FeatureLevel, 2. 4xMSAA quality
问题 1.I'm learning the initialization part of D3D through the book Introduction to 3D Game Programming with DirectX 11. When I compile and run the code on the book I got a message from VS2012 which says "Direct3D Feature Level 11 unsupported",which indicates my machine successfully creates the device but doesn't support Directx 11. here is the actual code: UINT createDeviceFlags = 0; #if defined(DEBUG) || defined(_DEBUG) createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; #endif D3D_FEATURE_LEVEL