mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
noop: change var type to silence warning
This commit is contained in:
parent
b076551e3b
commit
4d96af9337
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ static struct pipe_resource *noop_resource_from_handle(struct pipe_screen *scree
|
|||
struct noop_pipe_screen *noop_screen = (struct noop_pipe_screen*)screen;
|
||||
struct pipe_screen *oscreen = noop_screen->oscreen;
|
||||
struct pipe_resource *result;
|
||||
struct noop_resource *noop_resource;
|
||||
struct pipe_resource *noop_resource;
|
||||
|
||||
result = oscreen->resource_from_handle(oscreen, templ, handle);
|
||||
noop_resource = noop_resource_create(screen, result);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue