diff --git a/kitty/shaders/slang.py b/kitty/shaders/slang.py index dc483f154..9b67cd0f8 100644 --- a/kitty/shaders/slang.py +++ b/kitty/shaders/slang.py @@ -255,7 +255,7 @@ class LoadShaderPrograms: d = parse_pipeline(k) except FileNotFoundError as e: try: - get_custom_shader_src(k) + custom_shader(k) except Exception: log_error(f'Failed to read custom shader pipeline definition from {k} with error: {e}') continue