Rework Presentation Flow #15
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "present_rewrite"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Removes
Refresh_RenderTarget
,Refresh_CreateRenderTarget
andRefresh_QueueDestroyRenderTarget
. Render targets are now managed by the implementation.Adds
REFRESH_TEXTUREFORMAT_B8G8R8A8
.Adds
Refresh_AcquireSwapchainTexture
. Returns a swapchain texture for the requested window.Removes
Refresh_QueuePresent
. It is now assumed that the texture returned byRefresh_AcquireSwapchainTexture
will be presented. This texture can be manipulated like any other texture.Adds
Refresh_GetSwapchainFormat
. Returns the swapchain format for the requested window.