• AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    This is the best summary I could come up with:


    Vulkan 1.3.266 was published a few days ago with a handful of fixes and two new extensions.

    Earlier this year with Vulkan 1.3.242 NVIDIA introduced a low-latency extension, VK_NV_low_latency, for integrating Vulkan with the NVIDIA Reflex SDK.

    The new VK_NV_low_latency2 is further optimizing game engines for low-latency handling.

    VK_NV_low_latency2 is described by the new extension specification as: This extension gives applications timing suggestions on when to start the recording of new frames to reduce the latency between input sampling and frame presentation.

    Applications can accomplish this through the extension by calling vkSetLatencySleepModeNV to allow the driver to pace a given swapchain, then calling vkLatencySleepNV before input sampling to delay the start of the CPU side work.

    VK_NV_low_latency provides legacy support for applications that make use of the NVIDIA Reflex SDK whereas new implementations should use the VK_NV_low_latency2 extension.


    The original article contains 211 words, the summary contains 138 words. Saved 35%. I’m a bot and I’m open source!