|
|
@@ -198,7 +198,7 @@ int main(int, char**)
|
|
|
bool CreateDeviceD3D(HWND hWnd)
|
|
|
{
|
|
|
// Setup swap chain
|
|
|
- // This is a basic setup. Optimally could use e.g. DXGI_SWAP_EFFECT_FLIP_DISCARD and handle fullscreen mode differently. See #8979 for suggestions.
|
|
|
+ // This is a basic setup. Optimally could use handle fullscreen mode differently. See #8979 for suggestions.
|
|
|
DXGI_SWAP_CHAIN_DESC sd;
|
|
|
ZeroMemory(&sd, sizeof(sd));
|
|
|
sd.BufferCount = 2;
|