tornavis/source/blender/gpu/shaders/gpu_shader_image_frag.glsl

9 lines
168 B
GLSL

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