use none instead of stretch
This commit is contained in:
@@ -1048,7 +1048,7 @@ fn create_swap_chain(
|
||||
},
|
||||
BufferUsage: DXGI_USAGE_RENDER_TARGET_OUTPUT,
|
||||
BufferCount: BUFFER_COUNT as u32,
|
||||
Scaling: DXGI_SCALING_STRETCH,
|
||||
Scaling: DXGI_SCALING_NONE,
|
||||
SwapEffect: DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL,
|
||||
AlphaMode: DXGI_ALPHA_MODE_IGNORE,
|
||||
Flags: 0,
|
||||
|
||||
Reference in New Issue
Block a user