diff --git a/src/mesa/main/texturebindless.c b/src/mesa/main/texturebindless.c index 927d4427734..57c66202b6a 100644 --- a/src/mesa/main/texturebindless.c +++ b/src/mesa/main/texturebindless.c @@ -240,6 +240,7 @@ new_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, true, false); } else { view = st_get_buffer_sampler_view_from_stobj(st, texObj, false); + sampler.normalized_coords = 1; } return pipe->create_texture_handle(pipe, view, &sampler);