1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-07 16:54:14 +01:00

[d3d9] Use initBuffer method

This commit is contained in:
Philip Rebohle 2022-02-17 15:33:24 +01:00
parent 18a960a1e1
commit 6ae5488157
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -56,11 +56,8 @@ namespace dxvk {
m_transferCommands += 1; m_transferCommands += 1;
m_context->clearBuffer( m_context->initBuffer(
Slice.buffer(), Slice.buffer());
Slice.offset(),
Slice.length(),
0u);
FlushImplicit(); FlushImplicit();
} }