i found not much sample programs use IDXGIFactory3, and its function GetCreationFlags, so when to use it?
There's really only a single defined creation flag, DXGI_CREATE_FACTORY_DEBUG
, so there's not a lot of value in most programs using this method. It's there as a method for someone to determine if the debug version of DXGI is active or not...