ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
Renderer.Bitmap
ae
ui
video
renderer
Renderer
BGRX/BGRA-only.
class
Renderer
struct
Bitmap {
COLOR
*
pixels
;
int
w
;
int
h
;
int
stride
;
COLOR
[]
scanline
(int y);
mixin
DirectView
;
}
Members
Functions
scanline
COLOR
[]
scanline
(int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
DirectView
h
int
h
;
Undocumented in source.
Variables
pixels
COLOR
*
pixels
;
stride
int
stride
;
Undocumented in source.
w
int
w
;
Undocumented in source.
Meta
Source
See Implementation
ae
ui
video
renderer
Renderer
aliases
COLOR
functions
clear
draw
fastLock
fillRect
hline
line
lock
present
putPixel
putPixels
shutdown
unlock
vline
properties
height
width
structs
Bitmap
Pixel
variables
canFastLock
BGRX/BGRA-only.