mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
265bf361b6
* fix spout2 * fix spout2
19 lines
851 B
Diff
19 lines
851 B
Diff
Subject: [PATCH] fix dx keyed
|
|
---
|
|
Index: SPOUTSDK/SpoutDirectX/SpoutDX/SpoutDX.cpp
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
diff --git a/SPOUTSDK/SpoutDirectX/SpoutDX/SpoutDX.cpp b/SPOUTSDK/SpoutDirectX/SpoutDX/SpoutDX.cpp
|
|
--- a/SPOUTSDK/SpoutDirectX/SpoutDX/SpoutDX.cpp (revision e16402c39ed2389692876d7bbd1c7d4a771a5b86)
|
|
+++ b/SPOUTSDK/SpoutDirectX/SpoutDX/SpoutDX.cpp (revision f3ba250699b87c8004a3430d6b00f3f537af0c0d)
|
|
@@ -193,6 +193,7 @@
|
|
m_bSwapRB = false;
|
|
m_bAdapt = false; // Receiver switch to the sender's graphics adapter
|
|
m_bMemoryShare = GetMemoryShareMode(); // 2.006 memoryshare mode
|
|
+ m_bKeyed = false;
|
|
|
|
ZeroMemory(&m_SenderInfo, sizeof(SharedTextureInfo));
|
|
ZeroMemory(&m_ShExecInfo, sizeof(m_ShExecInfo));
|