Struct SoftwareRenderer::PhysicalRegion#

Nested Relationships#

This struct is a nested type of Class SoftwareRenderer.

Struct Documentation#

struct PhysicalRegion

Represents a region on the screen, used for partial rendering.

The region may be composed of multiple sub-regions.

Public Functions

inline PhysicalSize bounding_box_size() const

Returns the size of the bounding box of this region.

inline PhysicalPosition bounding_box_origin() const

Returns the origin of the bounding box of this region.