Rebzzel / kiero

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
MIT License
1.01k stars 217 forks source link

kiero init failed with d3d11 #56

Closed zhaoyangcoding closed 1 year ago

zhaoyangcoding commented 1 year ago

I try to hook Present function with detours, so first I want to get the original Present function with kiero, and it init failed because the D3D11CreateDeviceAndSwapChain return error in D3D11, anyone can resolve my question?

zhaoyangcoding commented 1 year ago

I try to hook Present function with detours, so first I want to get the original Present function with kiero, and it init failed because the D3D11CreateDeviceAndSwapChain return error in D3D11, anyone can resolve my question?