mesa/src/asahi/libagx/compression.h
Alyssa Rosenzweig d695c84829 libagx: port to common libcl.h
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32529>
2024-12-12 21:16:12 +00:00

13 lines
291 B
C

/*
* Copyright 2024 Valve Corporation
* SPDX-License-Identifier: MIT
*/
#include "agx_pack.h"
#pragma once
struct libagx_decompress_images {
struct agx_texture_packed compressed;
struct agx_pbe_packed uncompressed;
};
static_assert(sizeof(struct libagx_decompress_images) == 48);