IDXGIFactory 和其他 IDXGIFactory 版本有什么区别?
What are the difference between IDXGIFactory and other IDXGIFactory version?
我想知道IDXGIFactory1、IDXGIFactory2等的区别。这种差异会给 DirectX11 或 DirectX12 带来什么好处?
IDXGIFactory1 adds DXGI 1.1 support to the application, which is available on Windows 7, Windows Server 2008 R2, and as an update to Windows Vista with Service Pack 2 (SP2) and Windows Server 2008. DXGI 1.1 提供同步共享表面支持、BGRA 等新功能。
IDXGIFactory2 adds DXGI 1.2 support and includes methods to create a newer version swap chain IDXGISwapChain1 with more features than IDXGISwapChain 并监控立体 3D 功能。
我想知道IDXGIFactory1、IDXGIFactory2等的区别。这种差异会给 DirectX11 或 DirectX12 带来什么好处?
IDXGIFactory1 adds DXGI 1.1 support to the application, which is available on Windows 7, Windows Server 2008 R2, and as an update to Windows Vista with Service Pack 2 (SP2) and Windows Server 2008. DXGI 1.1 提供同步共享表面支持、BGRA 等新功能。
IDXGIFactory2 adds DXGI 1.2 support and includes methods to create a newer version swap chain IDXGISwapChain1 with more features than IDXGISwapChain 并监控立体 3D 功能。