mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
pvr: add missing forward-declaration
Not sure how we missed this, but we need the declaration here. This
probably only worked because of transitative includes, which we shound't
rely on.
Fixes: 82fad3f258 ("pvr: Enable PBE_FILTERABLE_F16")
Reviewed-by: Ashish Chauhan <ashish.chauhan@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39035>
This commit is contained in:
parent
d7a2cca937
commit
ae6ddec410
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@
|
|||
#include "util/format/u_formats.h"
|
||||
#include "vk_format.h"
|
||||
|
||||
struct pvr_device_info;
|
||||
|
||||
/* This is based on VkClearColorValue which is an array of RGBA, and on the
|
||||
* output register usage for the biggest 32 bit 4 component formats which use up
|
||||
* all 4 output registers.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue