.TH "at_texel_region_t" 3 "Thu Jul 14 2016" "Version AppleTextureEncoder-1.12.12" "AppleTextureEncoder" \" -*- nroff -*- .ad l .nh .SH NAME at_texel_region_t \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "void *__nonnull \fBtexels\fP" .br .ti -1c .RI "\fBat_size_t\fP \fBvalidSize\fP" .br .ti -1c .RI "size_t \fBrowBytes\fP" .br .ti -1c .RI "size_t \fBsliceBytes\fP" .br .in -1c .SH "Detailed Description" .PP A rectangular region of input texels in a texel buffer .SH "Member Data Documentation" .PP .SS "size_t at_texel_region_t::rowBytes" The number of bytes from the start of one row to the next\&. .SS "size_t at_texel_region_t::sliceBytes" The number of bytes from the start of one slice to the next\&. .SS "void* __nonnull at_texel_region_t::texels" A pointer to the top left corner of the region of input data to be encoded\&. .SS "\fBat_size_t\fP 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\&. .SH "Author" .PP Generated automatically by Doxygen for AppleTextureEncoder from the source code\&.