6 .flat(Type::VEC3,
"faceset_color")
8 .smooth(Type::VEC4,
"finalColor");
11 .do_static_compilation(
true)
14 .vertex_in(0, Type::VEC3,
"pos")
15 .vertex_in(1, Type::VEC3,
"fset")
17 .vertex_out(overlay_sculpt_mask_iface)
18 .vertex_source(
"overlay_sculpt_mask_vert.glsl")
19 .fragment_source(
"overlay_sculpt_mask_frag.glsl")
20 .fragment_out(0, Type::VEC4,
"fragColor")
21 .additional_info(
"draw_mesh",
"draw_object_infos",
"draw_globals");
24 .do_static_compilation(
true)
25 .additional_info(
"overlay_sculpt_mask",
"drw_clipped");
#define GPU_SHADER_INTERFACE_INFO(_interface, _inst_name)
#define GPU_SHADER_CREATE_INFO(_info)