mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
mesa: copy NumSamples in reuse_framebuffer_texture_attachment
this otherwise breaks msrtt cc: mesa-stable Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37766>
This commit is contained in:
parent
8f0ac427b3
commit
950459d95f
1 changed files with 1 additions and 0 deletions
|
|
@ -3730,6 +3730,7 @@ reuse_framebuffer_texture_attachment(struct gl_framebuffer *fb,
|
|||
dst_att->Zoffset = src_att->Zoffset;
|
||||
dst_att->Layered = src_att->Layered;
|
||||
dst_att->NumViews = src_att->NumViews;
|
||||
dst_att->NumSamples = src_att->NumSamples;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue