Ben Doherty
Ben Doherty
@kpeeters Good to hear, apologies for the trouble!
I don't see any assert when adjusting the left boundary of the scissor beyond half the viewport width. We have some [test cases for scissor / viewport](https://github.com/google/filament/blob/main/filament/backend/test/test_Scissor.cpp#L46) which you can...
`bluegl` is our OpenGL loader library. I took a look at your repo, and seems like there is indeed an issue with sharing contexts created on separate threads. Thanks for...
Thanks for the suggestion. Closing this for now as these techniques are only available with newer iOS versions.
Can you show more of the stack trace? My hunch is it's [this assert](https://github.com/google/filament/blob/main/libs/gltfio/src/DependencyGraph.cpp#L89) being triggered. @prideout probably has more thoughts. If you're able to upload the glTF file you're...
We have clients that need to support older iOS versions, so it's unlikely we'll support Metal dynamic libraries. However, we recently added a [`Material::compile`](https://github.com/google/filament/blob/d11a782c3e73ce705395682ad7503ddd9f5d9f74/filament/include/filament/Material.h#L194-L197) API which will asynchronously pre-compile shaders,...
I'm unable to reproduce so far, but it might be because I'm on a smaller MacBook screen. Does the crash reproduce using the default `GLTF_DEMO_DAMAGEDHELMET_DATA`? Can you provide the glTF...
I'm still unable to reproduce in the latest gltf_instances app. It's possible this was already fixed; can you sync with main and try again?
Putting this on hold for a bit because I found a bug in spirv-opt that causes the SPIR-V to fail validation if we run it through the fp16 transformation pass:...
I'm having trouble reproducing with our samples that use `IBLPrefilterContext`. In particular, the [usage in IBL.cpp](https://github.com/google/filament/blob/c05e2ec47d29f7ad94a3b7b9180794c31134cbdb/libs/filamentapp/src/IBL.cpp#L93) does not seem to trigger it. Does the assert fire 100% of the time...