filament icon indicating copy to clipboard operation
filament copied to clipboard

new feature level API for backends

Open pixelflinger opened this issue 2 years ago • 3 comments

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.

pixelflinger avatar Jul 13 '22 22:07 pixelflinger

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.

github-actions[bot] avatar Jul 13 '22 22:07 github-actions[bot]

reviewers, I really recommend to look at the CLs one by one.

pixelflinger avatar Jul 22 '22 23:07 pixelflinger

I think this is probably worth updating release notes?

bejado avatar Jul 22 '22 23:07 bejado