mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-07 16:54:14 +01:00
[dxvk] Do not initialize present status from presentImage
Meaningless, this needs to be done elsewhere anyway.
This commit is contained in:
parent
81c3242b6d
commit
b03ff775ce
@ -309,8 +309,6 @@ namespace dxvk {
|
||||
const Rc<Presenter>& presenter,
|
||||
uint64_t frameId,
|
||||
DxvkSubmitStatus* status) {
|
||||
status->result = VK_NOT_READY;
|
||||
|
||||
DxvkPresentInfo presentInfo = { };
|
||||
presentInfo.presenter = presenter;
|
||||
presentInfo.frameId = frameId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user