mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
radv/image: resize some surface members.
Oops meant to be part of previous series. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
fe6d9c0825
commit
9399870ef0
1 changed files with 3 additions and 3 deletions
|
|
@ -159,9 +159,9 @@ struct radeon_surf_info {
|
|||
uint32_t width;
|
||||
uint32_t height;
|
||||
uint32_t depth;
|
||||
uint32_t samples;
|
||||
uint32_t array_size;
|
||||
uint32_t levels;
|
||||
uint8_t samples;
|
||||
uint8_t levels;
|
||||
uint16_t array_size;
|
||||
};
|
||||
|
||||
struct radeon_surf_level {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue