Viewport and Scissor Geometry
This section specifies primitive struct definitions to represent viewport and scissor properties.
Types
Structs
-
struct TL_Viewport_t
A structure defining a viewport.
This structure contains floating-point data for viewport position (of the top-left corner), size, and depth range.
-
struct TL_Extent2D_t
2-dimensional extent structure
This 2-dimensional extent struct is used for unsigned integral 2D extents.
-
struct TL_Offset2D_t
2-dimensional offset (position) structure
This 2-dimensional offset struct contains signed integral 2D position values.
-
struct TL_Rect2D_t
2-dimensional structure with unsigned extent and signed offset data.
This 2-dimensional struct contains an unsigned extent and a signed offset.