Skip to content

Commit

Permalink
initialize inputs_complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipitis committed Jul 25, 2024
1 parent 6957cc3 commit 00c0ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu_shadertoy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def shader_args_from_json(dict_or_path, **kwargs) -> dict:
common_code = ""
inputs = []
buffers = {}
complete = True
complete = inputs_complete = True
if "Shader" not in shader_data:
raise ValueError(
"shader_data must have a 'Shader' key, following Shadertoy export format."
Expand Down

0 comments on commit 00c0ee2

Please sign in to comment.