gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Trans
gfx
graal
types
A transition from one state to another
struct
Trans (
T
) {
T
from
;
T
to
;
}
Members
Variables
from
T
from
;
state before
to
T
to
;
state after
Meta
Source
See Implementation
gfx
graal
types
functions
interval
trans
structs
Extent2D
Interval
Offset2D
Rect
Trans
Viewport
A transition from one state to another