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

workbench_merge_infront_info.hh « infos « shaders « workbench « engines « draw « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78403c292f06d3c2451a7f621fe5f1c2c9dab709 (plain)
1
2
3
4
5
6
7
8
9

#include "gpu_shader_create_info.hh"

GPU_SHADER_CREATE_INFO(workbench_merge_infront)
    .fragment_out(0, Type::VEC4, "fragColor")
    .sampler(0, ImageType::DEPTH_2D, "depthBuffer")
    .fragment_source("workbench_merge_infront_frag.glsl")
    .additional_info("draw_fullscreen")
    .do_static_compilation(true);