Describes the properties of a surface. More...
#include <kanzi/platform/graphics/platform_types.hpp>
Public Attributes | |
| SurfaceBits | bits |
| The surface bit description. | |
| ColorSpace | colorSpace |
| The surface color space. | |
| MultisampleCount | multisampleCount |
| The surface multisample count. | |
| PresentMode | presentMode |
| The surface present mode. | |
| SwapBehavior | swapBehavior |
| The surface swap behavior. | |
Describes the properties of a surface.
| SurfaceBits kanzi::platform::SurfaceProperties::bits |
The surface bit description.
| ColorSpace kanzi::platform::SurfaceProperties::colorSpace |
The surface color space.
| SwapBehavior kanzi::platform::SurfaceProperties::swapBehavior |
The surface swap behavior.
| PresentMode kanzi::platform::SurfaceProperties::presentMode |
The surface present mode.
| MultisampleCount kanzi::platform::SurfaceProperties::multisampleCount |
The surface multisample count.