Trev Or

Results 19 comments of Trev Or

@serrynaimo Did this go anywhere? I'm trying the demo getaroom.io on Bowser and not having much luck.

@serrynaimo That would be awesome too... pretty much the only reason to consider Bowser is that it is open source and with a few tweaks you can have a WebRTC...

NOTE: This isn't a complete fix, if you have a situation where your sets have gaps (i.e. set 0 and set 2, but no set 1) then you would create...

I suppose load and store probably should too. In the end I just checked for STORE.

@manhnt9 I've created some issues with fixes you may well want to integrate into your repository, your branch includes the same issues and potential fixes required.

@manhnt9 just added another with two fixes. Sorry, not in a position to submit a merge request from this code base :/

@vlmillet it's been a few years, but could you explain a bit more about what you mean when it comes to reversing the order of destruction in StreamEncoder? Do you...

I was able to prevent my crashes and validation issues with these two defensive changes in renderer_mtl.mm, however it should probably be addressed in some other way: ``` { const...

The fix appears to be in shaderc.cpp, where the logic to append precision should exist much further down

Any shader that uses dFdx or dFdy, for example you could try adding something like this to one of the shaders: ``` float textureMipLevel( sampler2D tex, vec2 uv ) {...