Dávid Kocsis

Results 6 comments of Dávid Kocsis

Do these projection functions have to be separate functions? Other transformations like rotation and `look_at` is inside `Matrix4`. I think it would make sense to put them to the same...

I published the first version of [wgrepp](https://docs.rs/wgrepp/0.1.0/wgrepp) (I didn't have a better idea for the name), currently it only has a simple SSAO effect. To integrate it, `rend3` would need...

`@fieldParentPtr` would be also a no-op if I could specify the struct field to be the first field in memory. But automatic ordering is also nice in a few cases...

I wouldn't call my 7 year old code excellent. I'm working on other things nowdays, if someone could fix this, that would be nice.

I got the same error on Linux, the solution was to install it based on this: https://github.com/elbywan/crystalline

I solved the validation problem by making the buffer bigger. The simplest solution was to make the buffer double the size of the binding size, and the second half was...