mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
nv50: Fix return type of nv50_blit_is_array
Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22997>
This commit is contained in:
parent
504907a7d3
commit
be5b5fbe3d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ nv50_blit_get_glsl_sampler_dim(enum pipe_texture_target target)
|
|||
}
|
||||
}
|
||||
|
||||
static inline enum glsl_sampler_dim
|
||||
static inline bool
|
||||
nv50_blit_is_array(enum pipe_texture_target target) {
|
||||
return (target == PIPE_TEXTURE_1D_ARRAY) ||
|
||||
(target == PIPE_TEXTURE_2D_ARRAY);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue