at_texel_region_t(3) AppleTextureEncoder at_texel_region_t(3)
NAME
at_texel_region_t -
SYNOPSIS
#include <AppleTextureEncoder.h>
Public Attributes
void *__nonnull texels
at_size_t validSize
size_t rowBytes
size_t sliceBytes
Detailed Description
A rectangular region of input texels in a texel buffer
Member Data Documentation
size_t at_texel_region_t::rowBytes
The number of bytes from the start of one row to the next.
size_t at_texel_region_t::sliceBytes
The number of bytes from the start of one slice to the next.
void* __nonnull at_texel_region_t::texels
A pointer to the top left corner of the region of input data to be
encoded.
at_size_t at_texel_region_t::validSize
The size (in texels) of the source region to encode. Does not need to
be a multiple of a block size.
Author
Generated automatically by Doxygen for AppleTextureEncoder from the
source code.
Version AppleTextureEncoder-1.12Thu Jul 14 2016 at_texel_region_t(3)
Mac OS X 10.12.3 - Generated Wed Feb 8 05:47:24 CST 2017
