
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 …
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
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 …
c++ - IDXGISwapChain::Present causes a driver crash and a device ...
Mar 30, 2012 · I am designing a game engine that makes use of the DirectX 11 API, in particular, the use of deferred contexts. The basic idea is to have each and every device state given its own …
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 …
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.
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 …
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 …
winapi - How do I detect if the display has a variable refresh rate ...
Nov 25, 2022 · Displays can either use a fixed refresh rate (60Hz, 70Hz, 120Hz, 144Hz, 165Hz, etc), or a variable refresh rate through the use of GSync or Freesync. I want to programmatically detect if the …