tornavis/source/blender/gpu/shaders/gpu_shader_display_fallback...

9 lines
171 B
GLSL

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
void main()
{
fragColor = texture(image_texture, texCoord_interp);
}