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

9 lines
141 B
GLSL

/* SPDX-FileCopyrightText: 2018-2022 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
void main()
{
fragId = finalId;
}