apriori

Results 12 comments of apriori

@emosenkis @torntrousers I've also tried to get the WiFi example running. So far, I'm out of luck. What I could gather so far is that build.sh is grep-ing all `#include`...

Further analysis shows we hit a limitation of rust-bindgen here. It cannot bind to inline functions. So I guess we kind of have to rewrite this C++ stuff from scratch,...

@brupelo @YngveNPettersen Btw, did you maybe look into https://github.com/mozilla/sccache? I use it so far successful with a decently sized project and shared storage (minio based).

@calebwin Maybe look into https://github.com/gfx-rs/rspirv for SPIR-V generation. Or another approach: https://github.com/MaikKlein/rlsl.

I would second this request, however the general ecosystem around shader development seems to be going into multiple directions simultanenously. Several language implementors provide their own compilation backends to transform...

Well, interesting. If I open the file using idris repl (idris test.idr) everything, including creation of the template (see #10) works just fine. But if I use the more explicit...

This due to a broken flutter root path inference implementation in cargo flutter. As a workaround, try: ``` export FLUTTER_ROOT=$(flutter sdk-path) cargo flutter run ```

Correct me if I'm wrong, but given the impression that rust-gpu does not aim to simply wrap SPIRV and provide a rusty backend, I'd highly prefer the respective `non_writeable` /...

The gitlab plugin itself does absolutely no analysis, this is the job of other modules (e.g. SonarCXX or SonarC# or something).

Hello. Thanks for your swift response. The context is of course a lot more involved. My current approach loads a an entire script without executing it in a coroutine that...