fixed dx12 hook

This commit is contained in:
2026-05-04 00:10:53 +03:00
parent 105df90d05
commit 232b48c3dd
8 changed files with 510 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ namespace
return dx12_vtable_fns{
vtable_fn(objs.swap_chain, 8), // IDXGISwapChain::Present
vtable_fn(objs.swap_chain, 13), // IDXGISwapChain::ResizeBuffers
vtable_fn(objs.command_queue, 8), // ID3D12CommandQueue::ExecuteCommandLists
vtable_fn(objs.command_queue, 10), // ID3D12CommandQueue::ExecuteCommandLists
};
}
} // namespace