Kanzi 4.0.0-beta2
kanzi::platform::SurfaceProperties Struct Reference

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.
 

Detailed Description

Describes the properties of a surface.

Since
Kanzi 4.0.0

Member Data Documentation

◆ bits

SurfaceBits kanzi::platform::SurfaceProperties::bits

The surface bit description.

◆ colorSpace

ColorSpace kanzi::platform::SurfaceProperties::colorSpace

The surface color space.

◆ swapBehavior

SwapBehavior kanzi::platform::SurfaceProperties::swapBehavior

The surface swap behavior.

◆ presentMode

PresentMode kanzi::platform::SurfaceProperties::presentMode

The surface present mode.

◆ multisampleCount

MultisampleCount kanzi::platform::SurfaceProperties::multisampleCount

The surface multisample count.


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