kiero icon indicating copy to clipboard operation
kiero copied to clipboard

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.

Results 8 kiero issues
Sort by recently updated
recently updated
newest added

This seemingly fixed my problem when attempting to compile with MinGW where it will complain about an "invalid conversion from 'FARPROC' {aka 'long long int (*)()'} to 'void*' [-fpermissive]".

I also changed the KIERO_VERSION to add "-with-polyhook" to avoid confusion for now

As I mostly use CMake for building C/C++ programs, I thought it would be convenient if a CMakeLists file was available, to allow people to just add_subdirectory this library, or...

enhancement

d3d9_impl.cpp void impl::d3d9::init() assert Debug work only

bug
good first issue

saw an old issue (#8) and figured it would be really helpful, especially when using this project as a submodule.

enhancement

well its like kiero::init(kiero::RenderType::D3D11); 👇 kiero::bind(8, (void**)&oEndScene, hkEndScene); 👇 kiero::shutdown(); 👇 kiero::init(kiero::RenderType::D3D11); 👇 kiero::bind(8, (void**)&oEndScene, hkEndScene); the last bind will not work for some reason, and i tried on d3d12,...