mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
util/format: document block depth field
After the pixel block width and height, a third field is used to store the pixel block depth. Document this field. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10134>
This commit is contained in:
parent
b26a546b2f
commit
6e697b595f
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
# - layout, per enum util_format_layout, in shortened lower caps
|
||||
# - pixel block's width
|
||||
# - pixel block's height
|
||||
# - pixel block's depth, in number of pixels
|
||||
# - channel encoding (only meaningful for plain layout), containing for each
|
||||
# channel the following information:
|
||||
# - type, one of
|
||||
|
|
|
|||
|
Can't render this file because it contains an unexpected character in line 8 and column 3.
|
Loading…
Add table
Reference in a new issue