Package: graphene
Macro graphene:with-vec4s
Lambda Listgraphene:with-vec4s (vars &body body) SyntaxArgumentsDetails The graphene:with-vec4s macro creates new variable bindings and
executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro. Each vector can be initialized with values using the syntax for the graphene:with-vec4 macro. See also the graphene:with-vec4 documentation. | See also |
2024-12-26