leod / posh

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

Fix bool in `Block` #50

Open leod opened 1 year ago

leod commented 1 year ago

Needs special casing for vertex attributes, which do not allow bools.

leod commented 1 year ago

Similarly for Varying, now that we are doing #97.