Cleanup
[carla.git] / source / modules / dgl / src / pugl-upstream / include / pugl / stub.h
blobf98d78edddd14eb75082de3357eb75a5f4fdaa7a
1 // Copyright 2019-2020 David Robillard <d@drobilla.net>
2 // SPDX-License-Identifier: ISC
4 #ifndef PUGL_STUB_H
5 #define PUGL_STUB_H
7 #include "pugl/pugl.h"
9 PUGL_BEGIN_DECLS
11 /**
12 @defgroup stub Stub
13 Native graphics support.
14 @ingroup pugl
18 /**
19 Stub graphics backend accessor.
21 This backend just creates a simple native window without setting up any
22 portable graphics API.
24 PUGL_CONST_API
25 const PuglBackend*
26 puglStubBackend(void);
28 /**
32 PUGL_END_DECLS
34 #endif // PUGL_STUB_H