Before i create the device and swap chain using D3D11CreateDeviceAndSwapChain, i have to fill out the DXGI_SWAP_CHAIN_DESC structure.
There is a function that returns the highest quality level supported for "X" sample count. But It Is a part of the device interface, And i create the device after i can set the MSAA settings. Is there a way to set the MSAA after D3D11CreateDeviceAndSwapChain?