at_block_buffer_t(3) | AppleTextureEncoder | at_block_buffer_t(3) |
at_block_buffer_t -
#include <AppleTextureEncoder.h>
void *__nonnull blocks
size_t rowBytes
size_t sliceBytes
A rectangular region of input texels in a texel buffer. The Asize is inferred from the size of the corresponding at_texel_region_t, from which the data is taken.
A pointer to the top left corner of the region of block data to write after encoding. Must be 16-byte aligned.
The number of bytes from the start of one row to the next. Must be a multiple of the block size.
The number of bytes from the start of one slice to the next. Must be a multiple of the block size.
Generated automatically by Doxygen for AppleTextureEncoder from the source code.
Thu Jul 14 2016 | Version AppleTextureEncoder-1.12.12 |