|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| vertex_in (0, Type::VEC3, "pos") .vertex_in(1 | |
| color | vertex_out (flat_color_iface) .fragment_out(0 |
| color fragColor | push_constant (Type::MAT4, "ModelViewProjectionMatrix") .vertex_source("gpu_shader_3D_flat_color_vert.glsl") .fragment_source("gpu_shader_flat_color_frag.glsl") .additional_info("gpu_srgb_to_framebuffer_space") .do_static_compilation(true) |
| additional_info ("gpu_shader_3D_flat_color") .additional_info("gpu_clip_planes") .do_static_compilation(true) | |
| additional_info | ( | "gpu_shader_3D_flat_color" | ) |
| color fragColor push_constant | ( | Type::MAT4 | , |
| "ModelViewProjectionMatrix" | ) |
| vertex_in | ( | 0 | , |
| Type::VEC3 | , | ||
| "pos" | ) |
| color vertex_out | ( | flat_color_iface | ) |