mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Increase MAX_NUM_BACKBUFFERS
This commit is contained in:
@@ -552,7 +552,7 @@ class WrappedIDXGISwapChain4 : public IDXGISwapChain4, public RefCountDXGIObject
|
||||
|
||||
HWND m_Wnd;
|
||||
|
||||
static const int MAX_NUM_BACKBUFFERS = 4;
|
||||
static const int MAX_NUM_BACKBUFFERS = 8;
|
||||
|
||||
IUnknown *m_pBackBuffers[MAX_NUM_BACKBUFFERS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user