AryanpurTech / BlueEngine

Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.
Apache License 2.0
337 stars 16 forks source link

ShaderBuilder should use a closure than current format #49

Closed ElhamAryanpur closed 3 months ago

ElhamAryanpur commented 11 months ago

The current format accepts a tuple to replace the tags in ShaderBuilder. This should be replaced with a closure so that user can change things as wanted.