Covellite++
Version: 2.3.0 Revision: 2580 Platform: x64 Build: 15:23 16.10.2020
Кроссплатформенный фреймворк для разработки приложений на С++
display.hpp
1
2
#pragma once
3
4
namespace
covellite
5
{
6
7
namespace
egl
8
{
9
10
class
Surface;
11
class
Context;
12
31
class
Display
final
32
{
33
private
:
34
EGLDisplay m_Display;
35
36
public
:
37
Display
(
void
);
38
~
Display
(
void
) noexcept;
39
40
private
:
41
friend
class
Config
;
42
friend
class
Surface
;
43
friend
class
Context
;
44
};
45
46
}
// namespace egl
47
48
}
// namespace covellite
covellite::egl::Config
Класс входит в проект Covellite.Egl Класс-обертка для EGLConfig.
Definition:
config.hpp:32
covellite::egl::Display
Класс входит в проект Covellite.Egl Класс-обетка для EGLDisplay.
Definition:
display.hpp:32
covellite::egl::Context
Класс входит в проект Covellite.Egl Класс-обетка для eglContext.
Definition:
context.hpp:35
covellite::egl::Surface
Класс входит в проект Covellite.Egl Класс-обертка для EGLSurface.
Definition:
surface.hpp:33
Solution
Solution
Covellite.Egl
Covellite.Egl
display.hpp
Документация по Covellite++. Последние изменения: Пт 16 Окт 2020 15:24:27. Создано системой
1.8.18