gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Rect
gfx
graal
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
graal
types
functions
interval
trans
structs
Extent2D
Interval
Offset2D
Rect
Trans
Viewport