handling of fg swaphains

This commit is contained in:
cdozdil
2024-05-27 18:03:22 +03:00
parent 06414e501f
commit 0e18e60b71
2 changed files with 1274 additions and 623 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -11,4 +11,6 @@ namespace ImGuiOverlayDx12
void InitDx12(HWND InHandle, ID3D12Device* InDevice);
void ShutdownDx12();
void ReInitDx12(HWND InNewHwnd);
void EarlyBind();
void BindMods();
}