mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
More template names
This commit is contained in:
parent
a509e58b43
commit
a0fd3f965f
@ -169,7 +169,7 @@ void apply_xf_{{xfid}}(float &ox, float &oy, float &color, mwc_st &rctx) {
|
|||||||
float csp = {{px.color_speed}};
|
float csp = {{px.color_speed}};
|
||||||
color = color * (1.0f - csp) + {{px.color}} * csp;
|
color = color * (1.0f - csp) + {{px.color}} * csp;
|
||||||
};
|
};
|
||||||
""")
|
""", 'apply_xf_'+xfid)
|
||||||
g = dict(globals())
|
g = dict(globals())
|
||||||
g.update(locals())
|
g.update(locals())
|
||||||
return tmpl.substitute(g)
|
return tmpl.substitute(g)
|
||||||
@ -531,7 +531,7 @@ oflow_write_end:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
''')
|
''', 'iter_kern')
|
||||||
return tmpl.substitute(
|
return tmpl.substitute(
|
||||||
info = self.info,
|
info = self.info,
|
||||||
cp = self.info.genome,
|
cp = self.info.genome,
|
||||||
|
Loading…
Reference in New Issue
Block a user