mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
st/dri: one more missing array size
whats one more between friends. again bnf on irc.
This commit is contained in:
parent
02448f2241
commit
b1ceda5cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -511,6 +511,7 @@ dri2_create_image(__DRIscreen *_screen,
|
|||
templ.width0 = width;
|
||||
templ.height0 = height;
|
||||
templ.depth0 = 1;
|
||||
templ.array_size = 1;
|
||||
|
||||
img->texture = screen->base.screen->resource_create(screen->base.screen, &templ);
|
||||
if (!img->texture) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue