mtmd_bitmap_init

Create an image bitmap from raw RGB pixels (RGBRGBRGB…; length must equal nx * ny * 3).

extern (C) @nogc nothrow
mtmd_bitmap_init
(
uint nx
,
uint ny
,
const(ubyte)* data
)

Meta