12 .vertex_in(0, Type::VEC2,
"pos")
14 .vertex_in(2, Type::VEC4,
"color")
15 .vertex_out(smooth_color_iface)
16 .fragment_out(0, Type::VEC4,
"fragColor")
17 .push_constant(Type::MAT4,
"ModelViewProjectionMatrix")
18 .vertex_source(
"gpu_shader_2D_point_varying_size_varying_color_vert.glsl")
19 .fragment_source(
"gpu_shader_point_varying_color_frag.glsl")
20 .do_static_compilation(
true);
#define GPU_SHADER_CREATE_INFO(_info)