libsf3
|
#include <sf3_image.h>
Data Fields | |
struct sf3_identifier | identifier |
uint32_t | width |
The width of the image. | |
uint32_t | height |
The height of the image. | |
uint32_t | depth |
The depth (number of layers) of the image. | |
uint8_t | channels |
The channel layout of the pixels. | |
uint8_t | format |
The value format of the channels. | |
char | pixels [] |
The raw pixel data laid out in row-major order. | |
uint8_t sf3_image::channels |
The channel layout of the pixels.
Definition at line 81 of file sf3_image.h.
uint32_t sf3_image::depth |
The depth (number of layers) of the image.
Definition at line 79 of file sf3_image.h.
uint8_t sf3_image::format |
The value format of the channels.
Definition at line 83 of file sf3_image.h.
uint32_t sf3_image::height |
The height of the image.
Definition at line 77 of file sf3_image.h.
struct sf3_identifier sf3_image::identifier |
Definition at line 73 of file sf3_image.h.
char sf3_image::pixels[] |
The raw pixel data laid out in row-major order.
Definition at line 85 of file sf3_image.h.
uint32_t sf3_image::width |
The width of the image.
Definition at line 75 of file sf3_image.h.