Fixes: 3ace6b968b3 ("compiler/types: Add a texture type")
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19381>
case GLSL_SAMPLER_DIM_3D:
return (array ? error_type : vtexture3D_type);
case GLSL_SAMPLER_DIM_BUF:
- return (array ? error_type : vbuffer_type);
+ return (array ? error_type : vtextureBuffer_type);
default:
return error_type;
}