mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] initial NvFBC implementation
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
#include <Windows.h>
|
||||
|
||||
#include "ICapture.h"
|
||||
#include "Capture\NvFBC.h"
|
||||
|
||||
static class CaptureFactory
|
||||
{
|
||||
public:
|
||||
static ICapture * GetCaptureDevice()
|
||||
{
|
||||
return NULL;
|
||||
return new Capture::NvFBC();
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user