Sepehr Taghdisian

Results 13 comments of Sepehr Taghdisian

Ok, I'll try to fix the issue but my knowledge from ELF is lacking and the vague api documentation doesn't help either.

Thanks for the tip, I'll look into them and get back with you

Bump... same here , anyone ?

sorry for late reply. It's difficult to say, it can be anything, but you can run your code with ASAN. and be aware that the callbacks are called from a...

I guess there is no repro here (I hope so at least), closing it for now.

Oh cool. Yes, as for EGL I already took most of it from the android code with very minor changes. Thanks for the code samples and resources, the actual documentation...

I'm doing a very early draft version (currently D3d11) with the help of other contributors: [sokol_gfx.h](https://github.com/septag/rizz/blob/raptoravis-upscs/3rdparty/sokol/sokol_gfx.h), here is the [PR](https://github.com/septag/rizz/pull/7#issue-320063575) It's very sketchy and still no support for buffers, but...

Now that you have added WebGPU backend. it may be a good time to consider it. and I'm willing to help on D3d11 and OpenGL backends. Here is a proof...

This is impressive. can't wait for multi-view + imgui support on the official repo

ouch! so as a workaround, how about changing the swap_interval to an enum value: ```c typedef enum sg_swap_interval { SG_SWAPINTERVAL_DEFAULT = 0, SG_SWAPINTERVAL_ONE = 1, SG_SWAPINTERVAL_TWO = 2, SG_SWAPINTERVAL_FOUR =...