mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 12:08:19 +02:00
nir/print: fix a crash due to unhandled GLSL_SAMPLER_DIM_EXTERNAL
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39474>
This commit is contained in:
parent
dfddb3fef1
commit
3350bca3eb
1 changed files with 1 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ static const char *sampler_dim_name[] = {
|
|||
[GLSL_SAMPLER_DIM_CUBE] = "Cube",
|
||||
[GLSL_SAMPLER_DIM_RECT] = "Rect",
|
||||
[GLSL_SAMPLER_DIM_BUF] = "Buf",
|
||||
[GLSL_SAMPLER_DIM_EXTERNAL] = "External",
|
||||
[GLSL_SAMPLER_DIM_MS] = "2D-MSAA",
|
||||
[GLSL_SAMPLER_DIM_SUBPASS] = "Subpass",
|
||||
[GLSL_SAMPLER_DIM_SUBPASS_MS] = "Subpass-MSAA",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue