Rect

A structure representing a rect (quad) construct.

File location: framework/cauldron/framework/inc/render/renderdefines.h

Detailed description

A structure representing a rect (quad) construct.

Data fields

Type

Description

uint32_t

Left
Rect left coordinate.

uint32_t

Top
Rect top coordinate.

uint32_t

Right
Rect right coordinate.

uint32_t

Bottom
Rect bottom coordinate.