summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/GraphicsTypes.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
index ccaaeae2..ef786105 100644
--- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h
+++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
@@ -1306,13 +1306,13 @@ struct SwapChainDesc
/// Constructor intializes the structure members with default values
SwapChainDesc(Uint32 _Width,
- Uint32 _Height,
- TEXTURE_FORMAT _ColorBufferFormat,
- TEXTURE_FORMAT _DepthBufferFormat,
- Uint32 _BufferCount = SwapChainDesc{}.BufferCount,
- Float32 _DefaultDepthValue = SwapChainDesc{}.DefaultDepthValue,
- Uint8 _DefaultStencilValue = SwapChainDesc{}.DefaultStencilValue,
- bool _IsPrimary = SwapChainDesc{}.IsPrimary) :
+ Uint32 _Height,
+ TEXTURE_FORMAT _ColorBufferFormat,
+ TEXTURE_FORMAT _DepthBufferFormat,
+ Uint32 _BufferCount = SwapChainDesc{}.BufferCount,
+ Float32 _DefaultDepthValue = SwapChainDesc{}.DefaultDepthValue,
+ Uint8 _DefaultStencilValue = SwapChainDesc{}.DefaultStencilValue,
+ bool _IsPrimary = SwapChainDesc{}.IsPrimary) :
Width {_Width },
Height {_Height },
ColorBufferFormat {_ColorBufferFormat },