Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxgi/dxgi_swapchain.h')
-rw-r--r--src/dxgi/dxgi_swapchain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dxgi/dxgi_swapchain.h b/src/dxgi/dxgi_swapchain.h
index b87b71e4..7702f879 100644
--- a/src/dxgi/dxgi_swapchain.h
+++ b/src/dxgi/dxgi_swapchain.h
@@ -192,6 +192,8 @@ namespace dxvk {
bool m_monitorHasOutput = true;
bool m_frameStatisticsDisjoint = true;
wsi::DxvkWindowState m_windowState;
+
+ uint32_t m_globalHDRStateSerial = 0;
HRESULT EnterFullscreenMode(
IDXGIOutput1 *pTarget);
@@ -219,6 +221,8 @@ namespace dxvk {
void ReleaseMonitorData();
+ void UpdateGlobalHDRState();
+
};
}