leod / posh

Type-Safe Graphics Programming with Functional Shaders
136 stars 2 forks source link

Make UniformVisitor, VertexVisitor, and FragmentVisitor non-generic in lifetime #47

Closed leod closed 1 year ago

leod commented 1 year ago

... if possible.

leod commented 1 year ago

Closing for now. The lifetime actually seems to be useful for nesting visitors in functions.