/* SPDX-License-Identifier: GPL-2.0-or-later */ #include "gpu_shader_create_info.hh" GPU_SHADER_CREATE_INFO(compositor_projector_lens_distortion) .local_group_size(16, 16) .push_constant(Type::FLOAT, "dispersion") .sampler(0, ImageType::FLOAT_2D, "input_tx") .image(0, GPU_RGBA16F, Qualifier::WRITE, ImageType::FLOAT_2D, "output_img") .compute_source("compositor_projector_lens_distortion.glsl") .do_static_compilation(true);