|
Blender V4.3
|
#include "gpu_shader_create_info.hh"Go to the source code of this file.
Functions | |
| local_group_size(16, 16) .push_constant(Type | local_group_size (16, 16) .sampler(0 |
| local_group_size(16, 16) .push_constant(Type first_z_tx | sampler (1, ImageType::FLOAT_2D, "second_z_tx") .image(0 |
| local_group_size(16, 16) .push_constant(Type first_z_tx mask_img | compute_source ("compositor_z_combine_compute_mask.glsl") .do_static_compilation(true) |
Variables | |
| local_group_size(16, 16) .push_constant(Type first_z_tx | GPU_R16F |
| local_group_size(16, 16) .push_constant(Type first_z_tx mask_img compute_source | ( | "compositor_z_combine_compute_mask.glsl" | ) |
| local_group_size(16, 16) .push_constant(Type local_group_size | ( | 16 | , |
| 16 | ) |
| local_group_size(16, 16) .push_constant(Type first_z_tx sampler | ( | 1 | , |
| ImageType::FLOAT_2D | , | ||
| "second_z_tx" | ) |
| local_group_size(16, 16) .push_constant(Type first_z_tx GPU_R16F |
Definition at line 23 of file compositor_z_combine_info.hh.