Welcome to mirror list, hosted at ThFree Co, Russian Federation.

draw_fullscreen_info.hh « shaders « intern « draw « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f339e52f0ad77c0d5fb79d67a0acadb1aa80de31 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include "gpu_shader_create_info.hh"

GPU_SHADER_INTERFACE_INFO(fullscreen_iface, "").smooth(Type::VEC4, "uvcoordsvar");

GPU_SHADER_CREATE_INFO(draw_fullscreen)
    .vertex_out(fullscreen_iface)
    .vertex_source("common_fullscreen_vert.glsl");