
directx - Understanding DXGI - Stack Overflow
Feb 26, 2017 · The article further mentions that the tasks of DXGI basically are enumerating adapters and present images on the screen. Now, if DirectX sits on top of DXGI, how are all the math related …
What is the additional (Software) DXGI Adapter for?
Jul 9, 2024 · This adapter also has the DXGI_ADAPTER_FLAG_SOFTWARE value set in the Flags member of its DXGI_ADAPTER_DESC2 structure. This adapter is a render-only device that has no …
How can I create a swapchain compatible with direct3d12?
Dec 21, 2024 · 1 According to your code, you are using DXGI_SWAP_EFFECT_DISCARD. According to the Doc: DXGI_SWAP_EFFECT enumeration This enumeration value is never supported. D3D12 …
How can i resolve DXGI_FORMAT compatibility issues?
How can i resolve DXGI_FORMAT compatibility issues? Asked 5 years, 2 months ago Modified 5 years, 1 month ago Viewed 2k times
What are 'typeless' DXGI texture formats in DirectX?
Sep 21, 2020 · The "typeless" variants of DXGI formats are for special cases where you can change the way the data is interpreted. This allows you to create the resource (i.e. the actual "bag of bits") with …
directx - What factors determine DXGI_FORMAT? - Stack Overflow
Aug 11, 2017 · I would like to know what factors determine the DXGI_FORMAT of a texture in the backbuffer (hardware?, OS?, application?, directx version?). And more importantly, when capturing a …
Newest 'dxgi' Questions - Stack Overflow
Jul 10, 2025 · I use DXGI to capture desktop, and encode the captured frame to h264 stream. Now the captured video stream's framerte is 25 fps, and I want the result h264 stream's frame is 60 fps.
Desktop Duplication API vs Windows.Graphics.Capture
Oct 16, 2022 · Windows.Graphics.Capture uses the same technology as DXGI Desktop Duplication API underneath, plus it can capture a windows (HWND) which is today not exposed by DXGI Desktop …
c++ - Difference between Direct3D and DXGI - Stack Overflow
Aug 3, 2018 · DXGI, on the other hand, operates on a more complete picture of the whole video and present network on your machine. Most importantly, it differentiates between adapters (graphics …
windows - How to get current display mode (resolution, refresh rate) of ...
Apr 30, 2015 · When creating my swap chain using DXGI's IDXGIFactory::CreateSwapChain method, I need to provide a swap chain description which includes a buffer description of type …