Add DirectX manipulating lib
This commit is contained in:
12
includes/DirectX.h
Normal file
12
includes/DirectX.h
Normal 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);
|
||||
Reference in New Issue
Block a user