mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[idd] driver: make m_indirectCopy static so it persists on retry
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "CD3D12Device.h"
|
||||
#include "CDebug.h"
|
||||
|
||||
bool CD3D12Device::m_indirectCopy = false;
|
||||
|
||||
CD3D12Device::CD3D12Device(LUID adapterLuid) :
|
||||
m_adapterLuid(adapterLuid),
|
||||
m_debug(false),
|
||||
m_indirectCopy(false)
|
||||
m_debug(false)
|
||||
{
|
||||
if (m_debug)
|
||||
{
|
||||
|
Reference in New Issue
Block a user