filament
filament copied to clipboard
new feature level API for backends
backend can now return a "feature level", each level corresponds to a "bundle" of features. Level1: ES3.0 capabilities Level2: ES3.1 capabilities + 31 textures + cubemap arrays
Currently metal always returns level 1, GL and Vulkan return level 2 if 31 textures or more are supported.
Please add a release note line to RELEASE_NOTES.md. If this PR does not warrant a release note, add the 'internal' label to this PR.
reviewers, I really recommend to look at the CLs one by one.
I think this is probably worth updating release notes?