ppenenko / metashade

An experimental GPU shading DSL embedded in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `for` loops

ppenenko opened this issue · comments

with sh.for_(...):
   pass

Details TBD. Should probably follow #5 because conditions need to be figured out first.