added dx12 hooking

This commit is contained in:
2026-05-03 21:35:08 +03:00
parent 7e55b1d00e
commit 06d2752059
4 changed files with 496 additions and 1 deletions

View File

@@ -16,6 +16,15 @@
}
],
"features": {
"all": {
"description": "Enable all additional features",
"dependencies": [
{
"name": "omath",
"features": ["imgui", "lua", "hooking"]
}
]
},
"avx2": {
"description": "omath will use AVX2 to boost performance",
"supports": "!arm"
@@ -26,6 +35,13 @@
"benchmark"
]
},
"hooking": {
"description": "Add interface for automatic hooking of DirectX",
"dependencies": [
"safetyhook"
],
"supports": "(windows | linux) & !arm & !uwp"
},
"examples": {
"description": "Build examples",
"dependencies": [