ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
SoftwareRenderer.draw
ae
ui
video
software
common
SoftwareRenderer
Undocumented in source. Be warned that the author may not have intended to support it.
void
draw
(int x, int y, TextureSource source, int u0, int v0, int u1, int v1)
void
draw
(float x0, float y0, float x1, float y1, TextureSource source, int u0, int v0, int u1, int v1)
mixintemplate
SoftwareRenderer
()
override
void
draw
(
float
x0
,
float
y0
,
float
x1
,
float
y1
,
TextureSource
source
,
int
u0
,
int
v0
,
int
u1
,
int
v1
)
Meta
Source
See Implementation
ae
ui
video
software
common
SoftwareRenderer
functions
clear
draw
fillRect
hline
line
putPixel
putPixels
vline