mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[d3d11] Use flushCommandList method to flush initializer context
This commit is contained in:
parent
979ccf23e3
commit
a5c17f2753
@ -193,12 +193,7 @@ namespace dxvk {
|
||||
|
||||
|
||||
void D3D11Initializer::FlushInternal() {
|
||||
m_device->submitCommandList(
|
||||
m_context->endRecording(),
|
||||
nullptr, nullptr);
|
||||
|
||||
m_context->beginRecording(
|
||||
m_device->createCommandList());
|
||||
m_context->flushCommandList();
|
||||
|
||||
m_transferCommands = 0;
|
||||
m_transferMemory = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user