Stub graphics backend.
The stub backend functions do nothing and always return success. These do not make for a usable backend on their own since the platform implementation would fail to create a window, but are useful for other backends to reuse since not all need non-trivial implementations of every backend function.
◆ puglStubBackend()
Stub graphics backend.
This backend just creates a simple native window without setting up any portable graphics API.
◆ puglStubConfigure()
◆ puglStubCreate()
◆ puglStubDestroy()
◆ puglStubEnter()
◆ puglStubLeave()
◆ puglStubResize()
◆ puglStubGetContext()
| static void* puglStubGetContext |
( |
PuglView * |
view | ) |
|
|
inlinestatic |