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:
parent
18a960a1e1
commit
6ae5488157
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user