margelo / react-native-filament

🐧 A real-time physically based 3D rendering engine for React Native
https://margelo.github.io/react-native-filament/
MIT License
891 stars 15 forks source link

perf(ios): mark metal layer for rendering only #241

Closed hannojg closed 1 month ago

hannojg commented 1 month ago

Means that the CAMetalLayer will be for rendering only and cannot be used for reading/sampling (read pixel f.ex.). Makes it easier for iOS to optimise.