mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
radeonsi: fix indentation issue in si_texture.c
Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8869>
This commit is contained in:
parent
064b846949
commit
47ed009194
1 changed files with 2 additions and 2 deletions
|
|
@ -648,8 +648,8 @@ static bool si_texture_get_handle(struct pipe_screen *screen, struct pipe_contex
|
|||
--plane;
|
||||
}
|
||||
|
||||
res = si_resource(resource);
|
||||
tex = (struct si_texture *)resource;
|
||||
res = si_resource(resource);
|
||||
tex = (struct si_texture *)resource;
|
||||
|
||||
/* This is not supported now, but it might be required for OpenCL
|
||||
* interop in the future.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue