mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +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_context->clearBuffer(
|
||||
Slice.buffer(),
|
||||
Slice.offset(),
|
||||
Slice.length(),
|
||||
0u);
|
||||
m_context->initBuffer(
|
||||
Slice.buffer());
|
||||
|
||||
FlushImplicit();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user