Skip to content

Commit

Permalink
isf: fix when no shader parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 8, 2025
1 parent 7cefed5 commit eefeb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-gfx/3rdparty/libisf/src/isf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ void parser::parse_isf()

int binding = 3;

if(!d.inputs.empty() || !d.passes.empty())
if(!d.inputs.empty() || !d.pass_targets.empty())
{
std::string samplers;
std::string globalvars;
Expand Down

0 comments on commit eefeb6d

Please sign in to comment.