Mercurial > hg > pub > prymula > com
comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/include/pugl/stub.h @ 3:84e66ea83026
DPF-Prymula-audioplugins-0.231015-2
author | prymula <prymula76@outlook.com> |
---|---|
date | Mon, 16 Oct 2023 21:53:34 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:cf2cb71d31dd | 3:84e66ea83026 |
---|---|
1 // Copyright 2019-2020 David Robillard <d@drobilla.net> | |
2 // SPDX-License-Identifier: ISC | |
3 | |
4 #ifndef PUGL_STUB_H | |
5 #define PUGL_STUB_H | |
6 | |
7 #include "pugl/pugl.h" | |
8 | |
9 PUGL_BEGIN_DECLS | |
10 | |
11 /** | |
12 @defgroup stub Stub | |
13 Native graphics support. | |
14 @ingroup pugl | |
15 @{ | |
16 */ | |
17 | |
18 /** | |
19 Stub graphics backend accessor. | |
20 | |
21 This backend just creates a simple native window without setting up any | |
22 portable graphics API. | |
23 */ | |
24 PUGL_CONST_API | |
25 const PuglBackend* | |
26 puglStubBackend(void); | |
27 | |
28 /** | |
29 @} | |
30 */ | |
31 | |
32 PUGL_END_DECLS | |
33 | |
34 #endif // PUGL_STUB_H |