mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-16 10:30:46 +01:00
pan/fb: fix return type for mali_to_glsl_dim
Fixes: e3dc3dccd6 ("pan/fb: Add a common FB load shader builder")
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40110>
This commit is contained in:
parent
4d42e934ad
commit
69734bb903
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "compiler/nir/nir_builder.h"
|
||||
#include "compiler/pan_nir.h"
|
||||
|
||||
static enum glsl_base_type
|
||||
static enum glsl_sampler_dim
|
||||
mali_to_glsl_dim(enum mali_texture_dimension dim)
|
||||
{
|
||||
switch (dim) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue