summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/d3d11_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/d3d11_helpers.h')
-rw-r--r--video/out/gpu/d3d11_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/d3d11_helpers.h b/video/out/gpu/d3d11_helpers.h
index 705c5a59cb..cd22d4b145 100644
--- a/video/out/gpu/d3d11_helpers.h
+++ b/video/out/gpu/d3d11_helpers.h
@@ -71,6 +71,7 @@ struct d3d11_swapchain_opts {
HWND window;
int width;
int height;
+ DXGI_FORMAT format;
// Use DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL if possible
bool flip;