Fix some window messaging bugs for dx.
This commit is contained in:
parent
55ed0e9299
commit
39422838b7
13 changed files with 237 additions and 68 deletions
|
@ -32,6 +32,6 @@ void DirectXCommandList::reset(ID3D12PipelineState* pso)
|
|||
|
||||
void DirectXCommandList::resetAllocator()
|
||||
{
|
||||
mCommandAllocator.Reset();
|
||||
mCommandAllocator->Reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue