Etienne Bruines

Results 96 comments of Etienne Bruines

> As for why it is not possible with the current RenderSystem Our current `RenderSystem` doesn't do what you're requesting :smile: Not a limitation / technical reason why it _can't_,...

@Term1nal If it compiles, then yes you are right. (You may have to implicitly cast the `int` types, not sure) Yeah, `mobile` and `webgl` use the same methods, while desktop...

I believe the main rationale behind it was: Everything that touches the GPU tends to be `float32` because its accuracy is "good enough" whilst needing only half the memory bandwidth....

What is there left to test? @paked

@souphuhn Personally I use the first example, calling the method instead of annotating. Reasons: - tooling recognizing that `SET_MY_PROP` is actually used (and therefore not dead code) - code-completion works...

@DmitriiBaranov-NL I totally forgot about `xor`! Thank you. Yes, updated it to be `**`.

@tobiemh Thank you for the review. Changes were applied.

I would love to help on this one. Ideally, we would indeed use a minimalistic interface to do authentication, so anyone could implement it if their favorite backend isn't supported....

Another thing I'm not really sure on how to handle it. Multiple implementations are nice, but where do we store them? Keeping them all in the same package, would turn...

There have been several commits regarding `lexer_test.go`. What are the criteria for this being finished? Perhaps referencing in commit messages, like `Added tests for lexer, see #14` would make this...