Ronny Chan

Results 159 comments of Ronny Chan

https://github.com/SnowflakePowered/snowflake-ingame/commit/fec817212faceb2d8432f156e151b1ddf15035d6 fully implements dx11 and ogl rendering. Can remove inject dll from project

Unfortunately #1562 does not solve the core issue. Even for functions that take slices, they expect slices of `&[Option]`, which makes it difficult when you have a `&[T]`. The `.clone().into()`...

What if an `IntoParam` implementation is generated for every `T` that is exposed by a function as `[In][Optional]`? The issue here is that it's difficult to pass `&[T]` into functions...

Theres already support for `VK_KHR_external_memory_fd`, can we get `VK_KHR_external_memory_win32` / `VK_KHR_external_semaphore_win32` / `VK_KHR_win32_keyed_mutex`?

Thanks, this will be really useful.

I tried creating the process suspended and indeed ran into the deadlocking issues mentioned. Rather than having to create another injector library, for my use case specifically I can probably...

https://github.com/gendx/lzma-rs/pull/79/commits/37e09d126b83bbb390763af5a24626c3ab1dde98 represents an alternative API with `BitTree` parameterized on a single generic, which is unfortunately not `NUM_BITS` but `PROBS_ARRAY_LEN` as we can't use associated constants in struct definitions. This relies...

https://github.com/gendx/lzma-rs/pull/79/commits/9223b59a1fd13b28bb88aa27a632f7dbc867fd9c introduces a combining of both approaches. While the generic argument is still `1

Marking this as ready since #77 was merged. I've cleaned up the prior commits and just left the two possible APIs. @gendx you will want to review both 06aee699384477e09aa98e3d029197e927536b31 and...

I've rebased on master, fixing the conflicts and squashed the commits into one. Looks like there's a small improvement in code coverage as well!