doc: Document !1801

This commit is contained in:
Jakob Bornecrantz 2023-05-02 13:30:52 +01:00
parent 5511be3c2d
commit 6cb3048ad8
7 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
vk: Add vk_surface_info helper for VkSurfaceKHR information gathering.

View file

@ -0,0 +1 @@
pacing: Add variable tracking to fake pacer.

View file

@ -0,0 +1 @@
main: Refactor to use vk_surface_info helper.

View file

@ -0,0 +1 @@
main: Refactor frame handling, makes semantics clearer.

View file

@ -0,0 +1 @@
main: Avoid acquiring early if the target isn't ready.

View file

@ -0,0 +1 @@
main: Prefer to only have two swapchains, useful for direct mode rendering.

View file

@ -0,0 +1 @@
main: Try to detect when we miss frames even without frame timing information.