MCPcopy Create free account
hub / github.com/arrayfire/forge / Bitmap

Class Bitmap

examples/cpu/fractal.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const unsigned DIMY = 512;
18
19struct Bitmap {
20 unsigned char *ptr;
21 unsigned width;
22 unsigned height;
23};
24
25Bitmap createBitmap(unsigned w, unsigned h);
26void destroyBitmap(Bitmap& bmp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected