• Georg Lehmann's avatar
    winevulkan: Keep deferred operation function params alive. · 267ee07d
    Georg Lehmann authored
    The Vulkan spec says:
    Parameters to the command requesting a deferred operation may be accessed by the implementation at any time until the deferred operation enters the
    complete state. Pointer parameters must not be modified (e.g. reallocated/freed).
    
    This fixes a regression in Doom Eternal with ray tracing enabled with drivers
    that actually support deferred operations (e.g. nvidia, amdvlk).
    267ee07d
Name
Last commit
Last update
..
Makefile.in Loading commit data...
loader.c Loading commit data...
loader_thunks.c Loading commit data...
loader_thunks.h Loading commit data...
make_vulkan Loading commit data...
vulkan.c Loading commit data...
vulkan_loader.h Loading commit data...
vulkan_private.h Loading commit data...
vulkan_thunks.c Loading commit data...
vulkan_thunks.h Loading commit data...
winevulkan.json Loading commit data...
winevulkan.rc Loading commit data...
winevulkan.spec Loading commit data...