ImageData

sg_image_data

Defines the content of an image through a 2D array of sg_range structs. The first array dimension is the cubemap face, and the second array dimension the mipmap level

extern (C)
struct ImageData {}

Members

Variables

subimage
Range[6][16] subimage;
Undocumented in source.

Meta