mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] removed MTMemcpy, overheads negate performance gains
This commit is contained in:
@@ -19,7 +19,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#pragma once
|
||||
|
||||
#include "ICapture.h"
|
||||
#include "MTMemcpy.h"
|
||||
|
||||
#define W32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
@@ -45,7 +44,6 @@ namespace Capture
|
||||
bool ReInitialize();
|
||||
|
||||
bool m_initialized;
|
||||
MTMemcpy m_memcpy;
|
||||
unsigned int m_width;
|
||||
unsigned int m_height;
|
||||
|
||||
|
Reference in New Issue
Block a user