Searched defs:PackedPixelsBufferProperties (Results 1 – 1 of 1) sorted by relevance
843 struct PackedPixelsBufferProperties struct845 int elementsInGroup; // number of elements in a group846 int rowLength; // number of groups in the row847 int alignment; // alignment (in bytes)848 int elementSize; // size of an element (in bytes)849 int elementsInRow; // row size (in elements)850 int elementsInRowNoAlign; // row size (in elements) without alignment851 int rowCount; // number of rows in 2D image852 int imagesCount; // number of 2D images in 3D image853 int skipPixels; // (UN)PACK_SKIP_PIXELS[all …]