Add DirectX manipulating lib

This commit is contained in:
2026-03-24 23:19:49 +01:00
parent 26e14b0c1b
commit 37c6a0aa3f
2 changed files with 30 additions and 0 deletions

12
includes/DirectX.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#include <reshade.hpp>
/**
* @brief Retrieves Display mode.
*
* This function should be calld on event `on_present`
*
* @param swapchain retrieved from on_present event
*/
bool IsExclusiveFullscreen(reshade::api::swapchain* swapchain);