|
Sunshine master
Self-hosted game stream host for Moonlight.
|
JSON serializer specialization for OpenGL swapchain settings. More...
Static Public Member Functions | |
| static void | from_json (const json &j, opengl_swapchain_t &opengl_swapchain) |
| Deserialize the undo-data object from JSON. | |
| static void | to_json (json &j, const opengl_swapchain_t &opengl_swapchain) |
| Serialize the undo-data object to JSON. | |
JSON serializer specialization for OpenGL swapchain settings.
|
inlinestatic |
Deserialize the undo-data object from JSON.
| j | JSON value being read from or written to. |
| opengl_swapchain | Opengl swapchain. |
|
inlinestatic |
Serialize the undo-data object to JSON.
| j | JSON value being read from or written to. |
| opengl_swapchain | Opengl swapchain. |