gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
Rect
gfx
core
types
Undocumented in source.
struct
Rect {
uint
x
;
uint
y
;
uint
width
;
uint
height
;
}
Members
Variables
height
uint
height
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
x
uint
x
;
Undocumented in source.
y
uint
y
;
Undocumented in source.
Meta
Source
See Implementation
gfx
core
types
structs
Extent2D
Offset2D
Rect
Viewport