Data Fields | |
| unsigned | size |
| Block size in bytes. | |
| unsigned | width |
| Block width in pixels. | |
| unsigned | height |
| Block height in pixels. | |
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. This structure describes that block.
Simple pixel formats are effectively a 1x1xcpp block.
Definition at line 457 of file p_format.h.
| unsigned pipe_format_block::size |
| unsigned pipe_format_block::width |
| unsigned pipe_format_block::height |
1.5.4