file
Screenshot.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::DebugTools
- Debug tools.
Functions
-
auto screenshot(GL::AbstractFramebuffer& framebuffer,
Containers::
StringView filename) -> bool new in 2019.10 - Save a screenshot to a file.
-
auto screenshot(PluginManager::Manager<Trade::AbstractImageConverter>& manager,
GL::AbstractFramebuffer& framebuffer,
Containers::
StringView filename) -> bool new in 2019.10 -
auto screenshot(GL::AbstractFramebuffer& framebuffer,
PixelFormat format,
Containers::
StringView filename) -> bool new in 2019.10 - Save a screenshot in requested pixel format to a file.
-
auto screenshot(PluginManager::Manager<Trade::AbstractImageConverter>& manager,
GL::AbstractFramebuffer& framebuffer,
PixelFormat format,
Containers::
StringView filename) -> bool new in 2019.10