tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
PointToImpl
tida
render
Undocumented in source.
template
PointToImpl (
int
pixelformat
int
bpc
) {
import
tida
.
vector
;
;
import
tida
.
color
;
;
static if
(
bpc == 0
)
enum
bytesperpixel
;
static if
(!(
bpc == 0
))
enum
bytesperpixel
;
void
pointTo
(Vecf position, Color!ubyte color);
}
Members
Functions
pointTo
void
pointTo
(Vecf position, Color!ubyte color)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
bytesperpixel
enum
bytesperpixel
;
Undocumented in source.
bytesperpixel
enum
bytesperpixel
;
Undocumented in source.
Meta
Source
See Implementation
tida
render
classes
Camera
Canvas
GLRender
Software
enums
BlendMode
RenderType
functions
createRenderer
renderRead
interfaces
ICanvas
IRenderer
templates
PointToImpl