gfx v0.1.0 (2018-12-16T20:49:04Z)
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