Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Windows
WindowsGlTaskContextFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "IGlTaskContextFactory.h"
6
#include "WindowsSharedGlContext.h"
7
8
namespace
Eegeo
9
{
10
namespace
Windows
11
{
12
class
WindowsGlTaskContextFactory
:
public
Concurrency::Tasks::IGlTaskContextFactory
13
{
14
public
:
15
WindowsGlTaskContextFactory
(EGLDisplay& display,
16
EGLContext& context,
17
EGLSurface& surface);
18
19
~
WindowsGlTaskContextFactory
();
20
21
Concurrency::Tasks::IGlTaskContext
* Build();
22
23
void
UpdateSurface(EGLSurface& surface);
24
private
:
25
EGLDisplay& m_display;
26
EGLContext& m_context;
27
EGLSurface& m_surface;
28
29
Windows::WindowsSharedGlContext
* m_pWindowsSharedGlContext;
30
};
31
}
32
}
Generated on Sat Jun 10 2023 02:00:35 for eeGeo Platform SDK by
1.8.3.1