@roxlu ☾
@roxlu ☾
The makefile does not use set environment variables for CFLAGS. Tested on Mac 10.9
Not really an issue, but in the code snippit from the README.md you show a code example that calls `mtr_flush()` before `mtr_shutdown()`. Because I'm currently experiencing a silly segfault in...
I've been integrating Filament into an application where I want to use Filament to do it's awesomeness regarding 3D rendering and use my current engine for some other rendering, video...
As I'm trying to get shared contexts to work on Windows, especially with GLFW and Filament (_but any other windowing lib will probably have similar issues_) I've read up on...
I'm rendering a scene with ~3000 items that share ~100 meshes and it seems that the `CommandBufferQueue` is running out of space. In `Allocators.h` I see the buffer sizes, but...
# Question **To Do First** - [ x] Take a look in the [README](https://github.com/react-native-community/react-native-camera/blob/master/README.md) - [ x] Take a look in the [docs](https://github.com/react-native-community/react-native-camera/blob/master/docs/RNCamera.md) - [ x] Take a look in...
I'm experimenting with the ZeroTier SDK and I've created a server that uses `select()` style I/O. When a client connects and sends some data the socket is flagged in the...
After looking at several implemenations (GStreamer and FFmpeg) I've noticed that both these libraries create the SPS and PPS themself. However I'm sure the libva library has support to generate...
I noticed that when calling `freePeerConnection()`, in the callback that was set using `peerConnectionOnConnectionStateChange()`, after receiving a `RTC_PEER_CONNECTION_STATE_CLOSED` that the call to `freePeerConnection()` would hang for a while. I would...
I'm not sure if this is an issue; it probably isn't but I'm trying to find out a certain value that I get from a very simple model. When I...