Skip to content
Snippets Groups Projects
Commit 267ee07d authored by Georg Lehmann's avatar Georg Lehmann Committed by Alexandre Julliard
Browse files

winevulkan: Keep deferred operation function params alive.

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).
parent fc8570a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment