This commit is contained in:
Kovid Goyal 2026-08-04 11:09:04 +05:30
parent dc67266fc7
commit ec5aad7cd5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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