You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API is the initial public release of the composition swapchain API. It allows applications using Composition APIs (such as Windows.UI.Composition and DirectComposition) to host content that can be independently rendered and presented to. In many ways, this type of presented content is conceptually similar to a DXGI swapchain. Both offer the ability to render to a buffer, and then present that buffer to the screen. However, the composition swapchain API offers the ability for presents to target a specific time to appear (the PresentAt time), whereas DXGI doesn't, and the composition swapchain API offers more freedom than DXGI around the ordering of buffers available to be presented.
I think it's just a regular COM-based API.
The text was updated successfully, but these errors were encountered:
rickbrew
added
proposal
An issue that represents a proposed feature or change to the repo.
untriaged
An issue that has not been triaged by the repo maintainers.
labels
Mar 27, 2023
Looks like a new API in Windows 11 build 22000:
https://learn.microsoft.com/en-us/windows/win32/comp_swapchain/comp-swapchain-portal
I think it's just a regular COM-based API.
The text was updated successfully, but these errors were encountered: