libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::graphics::ImageSaveOptions Struct Reference

Options for saving an image in any format. More...

#include <donut/graphics/Image.hpp>

Public Attributes

bool flipVertically = false
 Flip the saved image vertically. More...
 

Detailed Description

Options for saving an image in any format.

Member Data Documentation

◆ flipVertically

bool donut::graphics::ImageSaveOptions::flipVertically = false

Flip the saved image vertically.


The documentation for this struct was generated from the following file: