Closed rm-hull closed 10 years ago
That will defintely make the code prettier, thank you for your suggestion.
I implemented support for ->
in 37a1d4697d3a003a628684ef6a709fe4e8e771ba
And you are right about it only being applicable to the buffer
namespace as it is the only one to implement functions without return values.
I assume it is okay to close this issue now. Reopen if necessary.
:+1:
All methods that 'do something' to the gl-context should ideally return the gl-context. This will allow the -> threading macro to chain operations:
Probably only appropriate for functions in the buffer namespace