![]() |
wisdom
|
C version:
C++ version:
Swapchain scaling mode.
DXGI_SCALING for DirectX 12 implementation, and VkPresentScalingFlagsEXT for Vulkan implementation.Values:
WisSwapchainScalingNone = 0: No scaling. The swapchain size is equal to the window size.WisSwapchainScalingStretch = 1: Stretch scaling. The swapchain size is stretched to the window size.WisSwapchainScalingAspect = 2: Aspect scaling. The swapchain size is scaled to the window size with aspect ratio preserved.