Ben Doherty
Ben Doherty
I think Metal should do the same, yes?
Thanks for your patience. uberarchive.h was indeed added and wasn't reflected in the Podspec. I'll fix this for the next release, v1.27.0. For now as a workaround, you can simply...
Our [`build.sh`](https://github.com/google/filament/blob/main/build.sh) script takes a `-u` flag that builds and runs unit tests. For rendering validation, we typically run the gltf_viewer sample and check for visual regressions.
No, not intentional. Can you see if https://github.com/google/filament/pull/5896 fixes the issue for you?
If it helps, here's how I categorized the libraries for the iOS distribution. Each one of the top level entities has an independent set of functionality and can be linked...
We do try to follow a [semantic versioning scheme](https://github.com/google/filament/blob/main/filament/docs/Versioning.md). When the middle number gets bumped, it signifies a non-backwards compatible change that requires clients to recompile their source code and...
We do have plans to implement stencil support for all backends and exposed via material properties.
@romainguy Stencil support is finished for the Metal and OpenGL backends, but not yet exposed to users via materials. After user support is added I think we can close this.
I think it makes sense to expose the variant flags in `filamat`'s API. We already "expose" them with matc's `--variant-filter` flag.
I think this is probably worth updating release notes?