From ec5aad7cd59dd7aa5bc96ec937e9d1d7a633fd62 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Aug 2026 11:09:04 +0530 Subject: [PATCH] ... --- kitty/shaders/slang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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