Files
ReshadePluginsAddon/includes/DirectX.h

13 lines
257 B
C
Raw Normal View History

2026-03-24 23:19:49 +01:00
#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);