Skip to content

Commit

Permalink
Shadertoy: raise number of extra params to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Feb 27, 2018
1 parent 477b779 commit a969aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shadertoy/Shadertoy.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#define SHADERTOY_NBINPUTS 4 // number of input channels (the standard shadertoy has 4 inputs)
#define SHADERTOY_NBUNIFORMS 10 // number of additional uniforms (if more than 7, Nuke 7's parameter page goes blank when unfolding the Extra Parameters group)
#define SHADERTOY_NBUNIFORMS 20 // number of additional uniforms (if more than 7, Nuke 7's parameter page goes blank when unfolding the Extra Parameters group)
#define SHADERTOY_NBUNIFORMS_NUKE7 7

void getShadertoyPluginID(OFX::PluginFactoryArray &ids);
Expand Down

0 comments on commit a969aa3

Please sign in to comment.